Html Css Color HEX #CC88E1 Wisteria

📋 copy color: '#CC88E1'

red 204 ◦ green 136 ◦ blue 225

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

Shades of Wisteria #CC88E1

Tints of Wisteria #CC88E1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.07%

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

R = 36.11%
G = 24.07%
B = 39.82%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC88E1 (or 0xCC88E1) is known color: Wisteria. HEX triplet: CC, 88 and E1. RGB value is (204,136,225). Sum of RGB (Red+Green+Blue) = 204+136+225=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC88E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88E1 is #33771E. Grayscale: #A6A6A6. Windows color (decimal): -3372831 or 14780620. OLE color: 14780620.

HSL color Cylindrical-coordinate representation of color #CC88E1: hue angle of 285.84º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC88E1 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 136 225 -
CMYK 0.09 0.40 0 0.12
HSL 285.84º 0.6% 0.71% -
HSV(B) 285.84º 0.4% 0.88% -
XYZ 47.3 35.88 75.67 -
YUV 166.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 204 136 225 0.09 0.40 0 0.12 285.84 0.6 0.71
Hex CC 88 E1 9 28 0 C 11E 3C 47
Octal 314 210 341 11 50 0 14 436 74 107
Binary 11001100 10001000 11100001 1001 101000 0 1100 100011110 111100 1000111

Color Harmonies of #CC88E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC88E1

Black with #CC88E1

Text Example


Text Example

White with #CC88E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC88E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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