Html Css Color HEX #CC88D5 Wisteria

📋 copy color: '#CC88D5'

red 204 ◦ green 136 ◦ blue 213

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

Shades of Wisteria #CC88D5

Tints of Wisteria #CC88D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 36.89%
G = 24.59%
B = 38.52%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC88D5 (or 0xCC88D5) is known color: Wisteria. HEX triplet: CC, 88 and D5. RGB value is (204,136,213). Sum of RGB (Red+Green+Blue) = 204+136+213=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC88D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88D5 is #33772A. Grayscale: #A4A4A4. Windows color (decimal): -3372843 or 13994188. OLE color: 13994188.

HSL color Cylindrical-coordinate representation of color #CC88D5: hue angle of 292.99º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC88D5 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 136 213 -
CMYK 0.04 0.36 0 0.16
HSL 292.99º 0.48% 0.68% -
HSV(B) 292.99º 0.36% 0.84% -
XYZ 45.72 35.25 67.35 -
YUV 165.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 204 136 213 0.04 0.36 0 0.16 292.99 0.48 0.68
Hex CC 88 D5 4 24 0 10 125 30 44
Octal 314 210 325 4 44 0 20 445 60 104
Binary 11001100 10001000 11010101 100 100100 0 10000 100100101 110000 1000100

Color Harmonies of #CC88D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC88D5

Black with #CC88D5

Text Example


Text Example

White with #CC88D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC88D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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