Html Css Color HEX #CC99E1 Wisteria

📋 copy color: '#CC99E1'

red 204 ◦ green 153 ◦ blue 225

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

Shades of Wisteria #CC99E1

Tints of Wisteria #CC99E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.66%

R = 35.05%
G = 26.29%
B = 38.66%

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

#CC99E1 (or 0xCC99E1) is known color: Wisteria. HEX triplet: CC, 99 and E1. RGB value is (204,153,225). Sum of RGB (Red+Green+Blue) = 204+153+225=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99E1 is #33661E. Grayscale: #B0B0B0. Windows color (decimal): -3368479 or 14784972. OLE color: 14784972.

HSL color Cylindrical-coordinate representation of color #CC99E1: hue angle of 282.5º degrees, saturation: 0.55, 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 #CC99E1 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 153 225 -
CMYK 0.09 0.32 0 0.12
HSL 282.5º 0.55% 0.74% -
HSV(B) 282.5º 0.32% 0.88% -
XYZ 49.88 41.06 76.53 -
YUV 176.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 204 153 225 0.09 0.32 0 0.12 282.5 0.55 0.74
Hex CC 99 E1 9 20 0 C 11A 37 4A
Octal 314 231 341 11 40 0 14 432 67 112
Binary 11001100 10011001 11100001 1001 100000 0 1100 100011010 110111 1001010

Color Harmonies of #CC99E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99E1

Black with #CC99E1

Text Example


Text Example

White with #CC99E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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