Html Css Color HEX #CC9CEA Wisteria

📋 copy color: '#CC9CEA'

red 204 ◦ green 156 ◦ blue 234

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

Shades of Wisteria #CC9CEA

Tints of Wisteria #CC9CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.26%

 BLUE value IS 234 (91.8% from 255) = 39.39%

R = 34.34%
G = 26.26%
B = 39.39%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC9CEA (or 0xCC9CEA) is known color: Wisteria. HEX triplet: CC, 9C and EA. RGB value is (204,156,234). Sum of RGB (Red+Green+Blue) = 204+156+234=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CEA is #336315. Grayscale: #B2B2B2. Windows color (decimal): -3367702 or 15375564. OLE color: 15375564.

HSL color Cylindrical-coordinate representation of color #CC9CEA: hue angle of 276.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC9CEA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 156 234 -
CMYK 0.13 0.33 0 0.08
HSL 276.92º 0.65% 0.76% -
HSV(B) 276.92º 0.33% 0.92% -
XYZ 51.64 42.55 83.33 -
YUV 179.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 204 156 234 0.13 0.33 0 0.08 276.92 0.65 0.76
Hex CC 9C EA D 21 0 8 115 41 4C
Octal 314 234 352 15 41 0 10 425 101 114
Binary 11001100 10011100 11101010 1101 100001 0 1000 100010101 1000001 1001100

Color Harmonies of #CC9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9CEA

Black with #CC9CEA

Text Example


Text Example

White with #CC9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9CEA; }

 p { color: rgb(204,156,234); }

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

background-color css

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

 a { background-color: rgb(204,156,234); }

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

border-color css

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

 span { border-color: rgb(204,156,234); }

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