Html Css Color HEX #CC9FE0 Wisteria

📋 copy color: '#CC9FE0'

red 204 ◦ green 159 ◦ blue 224

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

Shades of Wisteria #CC9FE0

Tints of Wisteria #CC9FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 34.75%
G = 27.09%
B = 38.16%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC9FE0 (or 0xCC9FE0) is known color: Wisteria. HEX triplet: CC, 9F and E0. RGB value is (204,159,224). Sum of RGB (Red+Green+Blue) = 204+159+224=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FE0 is #33601F. Grayscale: #B3B3B3. Windows color (decimal): -3366944 or 14720972. OLE color: 14720972.

HSL color Cylindrical-coordinate representation of color #CC9FE0: hue angle of 281.54º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9FE0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 159 224 -
CMYK 0.09 0.29 0 0.12
HSL 281.54º 0.51% 0.75% -
HSV(B) 281.54º 0.29% 0.88% -
XYZ 50.75 43.02 76.15 -
YUV 179.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 204 159 224 0.09 0.29 0 0.12 281.54 0.51 0.75
Hex CC 9F E0 9 1D 0 C 11A 33 4B
Octal 314 237 340 11 35 0 14 432 63 113
Binary 11001100 10011111 11100000 1001 11101 0 1100 100011010 110011 1001011

Color Harmonies of #CC9FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FE0

Black with #CC9FE0

Text Example


Text Example

White with #CC9FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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