Html Css Color HEX #CC9FDE Wisteria

📋 copy color: '#CC9FDE'

red 204 ◦ green 159 ◦ blue 222

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

Shades of Wisteria #CC9FDE

Tints of Wisteria #CC9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.18%

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

R = 34.87%
G = 27.18%
B = 37.95%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC9FDE (or 0xCC9FDE) is known color: Wisteria. HEX triplet: CC, 9F and DE. RGB value is (204,159,222). Sum of RGB (Red+Green+Blue) = 204+159+222=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FDE is #336021. Grayscale: #B3B3B3. Windows color (decimal): -3366946 or 14589900. OLE color: 14589900.

HSL color Cylindrical-coordinate representation of color #CC9FDE: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9FDE is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 159 222 -
CMYK 0.08 0.28 0 0.13
HSL 282.86º 0.49% 0.75% -
HSV(B) 282.86º 0.28% 0.87% -
XYZ 50.48 42.91 74.73 -
YUV 179.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 204 159 222 0.08 0.28 0 0.13 282.86 0.49 0.75
Hex CC 9F DE 8 1C 0 D 11B 31 4B
Octal 314 237 336 10 34 0 15 433 61 113
Binary 11001100 10011111 11011110 1000 11100 0 1101 100011011 110001 1001011

Color Harmonies of #CC9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FDE

Black with #CC9FDE

Text Example


Text Example

White with #CC9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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