Html Css Color HEX #CC9EEE Wisteria

📋 copy color: '#CC9EEE'

red 204 ◦ green 158 ◦ blue 238

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

Shades of Wisteria #CC9EEE

Tints of Wisteria #CC9EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.67%

R = 34%
G = 26.33%
B = 39.67%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC9EEE (or 0xCC9EEE) is known color: Wisteria. HEX triplet: CC, 9E and EE. RGB value is (204,158,238). Sum of RGB (Red+Green+Blue) = 204+158+238=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EEE is #336111. Grayscale: #B4B4B4. Windows color (decimal): -3367186 or 15638220. OLE color: 15638220.

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

Color convert

RGB 204 158 238 -
CMYK 0.14 0.34 0 0.07
HSL 274.5º 0.7% 0.78% -
HSV(B) 274.5º 0.34% 0.93% -
XYZ 52.56 43.46 86.51 -
YUV 180.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 204 158 238 0.14 0.34 0 0.07 274.5 0.7 0.78
Hex CC 9E EE E 22 0 7 112 46 4E
Octal 314 236 356 16 42 0 7 422 106 116
Binary 11001100 10011110 11101110 1110 100010 0 111 100010010 1000110 1001110

Color Harmonies of #CC9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EEE

Black with #CC9EEE

Text Example


Text Example

White with #CC9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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