Html Css Color HEX #CC99E0 Wisteria

📋 copy color: '#CC99E0'

red 204 ◦ green 153 ◦ blue 224

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

Shades of Wisteria #CC99E0

Tints of Wisteria #CC99E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 35.11%
G = 26.33%
B = 38.55%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC99E0 (or 0xCC99E0) is known color: Wisteria. HEX triplet: CC, 99 and E0. RGB value is (204,153,224). Sum of RGB (Red+Green+Blue) = 204+153+224=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99E0 is #33661F. Grayscale: #B0B0B0. Windows color (decimal): -3368480 or 14719436. OLE color: 14719436.

HSL color Cylindrical-coordinate representation of color #CC99E0: hue angle of 283.1º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC99E0 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 153 224 -
CMYK 0.09 0.32 0 0.12
HSL 283.1º 0.53% 0.74% -
HSV(B) 283.1º 0.32% 0.88% -
XYZ 49.75 41 75.81 -
YUV 176.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 204 153 224 0.09 0.32 0 0.12 283.1 0.53 0.74
Hex CC 99 E0 9 20 0 C 11B 35 4A
Octal 314 231 340 11 40 0 14 433 65 112
Binary 11001100 10011001 11100000 1001 100000 0 1100 100011011 110101 1001010

Color Harmonies of #CC99E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99E0

Black with #CC99E0

Text Example


Text Example

White with #CC99E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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