Html Css Color HEX #CC9EEC Wisteria

📋 copy color: '#CC9EEC'

red 204 ◦ green 158 ◦ blue 236

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

Shades of Wisteria #CC9EEC

Tints of Wisteria #CC9EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.46%

R = 34.11%
G = 26.42%
B = 39.46%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC9EEC (or 0xCC9EEC) is known color: Wisteria. HEX triplet: CC, 9E and EC. RGB value is (204,158,236). Sum of RGB (Red+Green+Blue) = 204+158+236=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EEC is #336113. Grayscale: #B4B4B4. Windows color (decimal): -3367188 or 15507148. OLE color: 15507148.

HSL color Cylindrical-coordinate representation of color #CC9EEC: hue angle of 275.38º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC9EEC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 158 236 -
CMYK 0.14 0.33 0 0.07
HSL 275.38º 0.67% 0.77% -
HSV(B) 275.38º 0.33% 0.93% -
XYZ 52.27 43.35 84.97 -
YUV 180.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 204 158 236 0.14 0.33 0 0.07 275.38 0.67 0.77
Hex CC 9E EC E 21 0 7 113 43 4D
Octal 314 236 354 16 41 0 7 423 103 115
Binary 11001100 10011110 11101100 1110 100001 0 111 100010011 1000011 1001101

Color Harmonies of #CC9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EEC

Black with #CC9EEC

Text Example


Text Example

White with #CC9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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