Html Css Color HEX #CC9FEC Wisteria

📋 copy color: '#CC9FEC'

red 204 ◦ green 159 ◦ blue 236

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

Shades of Wisteria #CC9FEC

Tints of Wisteria #CC9FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.54%

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

R = 34.06%
G = 26.54%
B = 39.4%

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

#CC9FEC (or 0xCC9FEC) is known color: Wisteria. HEX triplet: CC, 9F and EC. RGB value is (204,159,236). Sum of RGB (Red+Green+Blue) = 204+159+236=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FEC is #336013. Grayscale: #B4B4B4. Windows color (decimal): -3366932 or 15507404. OLE color: 15507404.

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

Color convert

RGB 204 159 236 -
CMYK 0.14 0.33 0 0.07
HSL 275.06º 0.67% 0.77% -
HSV(B) 275.06º 0.33% 0.93% -
XYZ 52.44 43.69 85.03 -
YUV 181.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 204 159 236 0.14 0.33 0 0.07 275.06 0.67 0.77
Hex CC 9F EC E 21 0 7 113 43 4D
Octal 314 237 354 16 41 0 7 423 103 115
Binary 11001100 10011111 11101100 1110 100001 0 111 100010011 1000011 1001101

Color Harmonies of #CC9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FEC

Black with #CC9FEC

Text Example


Text Example

White with #CC9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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