Html Css Color HEX #CC99EC Wisteria

📋 copy color: '#CC99EC'

red 204 ◦ green 153 ◦ blue 236

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

Shades of Wisteria #CC99EC

Tints of Wisteria #CC99EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.8%

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

R = 34.4%
G = 25.8%
B = 39.8%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC99EC (or 0xCC99EC) is known color: Wisteria. HEX triplet: CC, 99 and EC. RGB value is (204,153,236). Sum of RGB (Red+Green+Blue) = 204+153+236=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99EC is #336613. Grayscale: #B1B1B1. Windows color (decimal): -3368468 or 15505868. OLE color: 15505868.

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

Color convert

RGB 204 153 236 -
CMYK 0.14 0.35 0 0.07
HSL 276.87º 0.69% 0.76% -
HSV(B) 276.87º 0.35% 0.93% -
XYZ 51.43 41.68 84.69 -
YUV 177.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 204 153 236 0.14 0.35 0 0.07 276.87 0.69 0.76
Hex CC 99 EC E 23 0 7 115 45 4C
Octal 314 231 354 16 43 0 7 425 105 114
Binary 11001100 10011001 11101100 1110 100011 0 111 100010101 1000101 1001100

Color Harmonies of #CC99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99EC

Black with #CC99EC

Text Example


Text Example

White with #CC99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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