Html Css Color HEX #CC9EED Wisteria

📋 copy color: '#CC9EED'

red 204 ◦ green 158 ◦ blue 237

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

Shades of Wisteria #CC9EED

Tints of Wisteria #CC9EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.57%

R = 34.06%
G = 26.38%
B = 39.57%

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

#CC9EED (or 0xCC9EED) is known color: Wisteria. HEX triplet: CC, 9E and ED. RGB value is (204,158,237). Sum of RGB (Red+Green+Blue) = 204+158+237=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EED is #336112. Grayscale: #B4B4B4. Windows color (decimal): -3367187 or 15572684. OLE color: 15572684.

HSL color Cylindrical-coordinate representation of color #CC9EED: hue angle of 274.94º degrees, saturation: 0.69, 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 #CC9EED is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 158 237 -
CMYK 0.14 0.33 0 0.07
HSL 274.94º 0.69% 0.77% -
HSV(B) 274.94º 0.33% 0.93% -
XYZ 52.41 43.41 85.74 -
YUV 180.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 204 158 237 0.14 0.33 0 0.07 274.94 0.69 0.77
Hex CC 9E ED E 21 0 7 113 45 4D
Octal 314 236 355 16 41 0 7 423 105 115
Binary 11001100 10011110 11101101 1110 100001 0 111 100010011 1000101 1001101

Color Harmonies of #CC9EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EED

Black with #CC9EED

Text Example


Text Example

White with #CC9EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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