Html Css Color HEX #CC9EE0 Wisteria

📋 copy color: '#CC9EE0'

red 204 ◦ green 158 ◦ blue 224

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

Shades of Wisteria #CC9EE0

Tints of Wisteria #CC9EE0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.96%

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

R = 34.81%
G = 26.96%
B = 38.23%

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

#CC9EE0 (or 0xCC9EE0) is known color: Wisteria. HEX triplet: CC, 9E and E0. RGB value is (204,158,224). Sum of RGB (Red+Green+Blue) = 204+158+224=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EE0 is #33611F. Grayscale: #B3B3B3. Windows color (decimal): -3367200 or 14720716. OLE color: 14720716.

HSL color Cylindrical-coordinate representation of color #CC9EE0: hue angle of 281.82º degrees, saturation: 0.52, 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 #CC9EE0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 158 224 -
CMYK 0.09 0.29 0 0.12
HSL 281.82º 0.52% 0.75% -
HSV(B) 281.82º 0.29% 0.88% -
XYZ 50.58 42.67 76.09 -
YUV 179.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 204 158 224 0.09 0.29 0 0.12 281.82 0.52 0.75
Hex CC 9E E0 9 1D 0 C 11A 34 4B
Octal 314 236 340 11 35 0 14 432 64 113
Binary 11001100 10011110 11100000 1001 11101 0 1100 100011010 110100 1001011

Color Harmonies of #CC9EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EE0

Black with #CC9EE0

Text Example


Text Example

White with #CC9EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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