Html Css Color HEX #CC9BDE Wisteria

📋 copy color: '#CC9BDE'

red 204 ◦ green 155 ◦ blue 222

#CC9BDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #CC9BDE

Tints of Wisteria #CC9BDE

RGB

 RED value IS 204 (80.08% from 255) = 35.11%

 GREEN value IS 155 (60.94% from 255) = 26.68%

 BLUE value IS 222 (87.11% from 255) = 38.21%

R = 35.11%
G = 26.68%
B = 38.21%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC9BDE (or 0xCC9BDE) is known color: Wisteria. HEX triplet: CC, 9B and DE. RGB value is (204,155,222). Sum of RGB (Red+Green+Blue) = 204+155+222=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BDE is #336421. Grayscale: #B1B1B1. Windows color (decimal): -3367970 or 14588876. OLE color: 14588876.

HSL color Cylindrical-coordinate representation of color #CC9BDE: hue angle of 283.88º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9BDE is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 155 222 -
CMYK 0.08 0.30 0 0.13
HSL 283.88º 0.5% 0.74% -
HSV(B) 283.88º 0.3% 0.87% -
XYZ 49.81 41.55 74.5 -
YUV 177.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 204 155 222 0.08 0.30 0 0.13 283.88 0.5 0.74
Hex CC 9B DE 8 1E 0 D 11C 32 4A
Octal 314 233 336 10 36 0 15 434 62 112
Binary 11001100 10011011 11011110 1000 11110 0 1101 100011100 110010 1001010

Color Harmonies of #CC9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BDE

Black with #CC9BDE

Text Example


Text Example

White with #CC9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BDE; }

 p { color: rgb(204,155,222); }

 H1.HeaderClassName
 {
   color: #CC9BDE;
 }
 .AnyTagClassName
 {
   color: #CC9BDE;
 }
</style>

background-color css

<style>
 a { background-color: #CC9BDE; }

 a { background-color: rgb(204,155,222); }

 div.DivClassName
 {
   background-color: #CC9BDE;
 }
 .BgClassName
 {
   background-color: #CC9BDE;
 }
</style>

border-color css

<style>
 span { border-color: #CC9BDE; }

 span { border-color: rgb(204,155,222); }

 td.TdClassName
 {
   border-color: #CC9BDE;
 }
 .TagClassName
 {
   border-color: #CC9BDE;
 }
</style>