Html Css Color HEX #CC99EA Wisteria

📋 copy color: '#CC99EA'

red 204 ◦ green 153 ◦ blue 234

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

Shades of Wisteria #CC99EA

Tints of Wisteria #CC99EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 34.52%
G = 25.89%
B = 39.59%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC99EA (or 0xCC99EA) is known color: Wisteria. HEX triplet: CC, 99 and EA. RGB value is (204,153,234). Sum of RGB (Red+Green+Blue) = 204+153+234=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99EA is #336615. Grayscale: #B1B1B1. Windows color (decimal): -3368470 or 15374796. OLE color: 15374796.

HSL color Cylindrical-coordinate representation of color #CC99EA: hue angle of 277.78º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC99EA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 153 234 -
CMYK 0.13 0.35 0 0.08
HSL 277.78º 0.66% 0.76% -
HSV(B) 277.78º 0.35% 0.92% -
XYZ 51.14 41.56 83.17 -
YUV 177.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 204 153 234 0.13 0.35 0 0.08 277.78 0.66 0.76
Hex CC 99 EA D 23 0 8 116 42 4C
Octal 314 231 352 15 43 0 10 426 102 114
Binary 11001100 10011001 11101010 1101 100011 0 1000 100010110 1000010 1001100

Color Harmonies of #CC99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99EA

Black with #CC99EA

Text Example


Text Example

White with #CC99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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