#CC98DB

Color #CC98DB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CC98DB

Tints of Wisteria #CC98DB

Color information

#CC98DB (or 0xCC98DB) is unknown color: approx Wisteria. HEX triplet: CC, 98 and DB. RGB value is (204,152,219). Sum of RGB (Red+Green+Blue) = 204+152+219=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98DB is #336724. Grayscale: #AEAEAE. Windows color (decimal): -3368741 or 14391500. OLE color: 14391500.

HSL color Cylindrical-coordinate representation of color #CC98DB: hue angle of 286.57º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC98DB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204152219-
CMYK0.070.3100.14
HSL286.57º48.2%72.75%-
HSV(B)286.57º30.59%85.88%-
XYZ48.9240.4172.24-
YUV175.19152.73148.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=35.48%
G=26.43%
B=38.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041522190.070.3100.14286.5748.272.75
HexCC98DB71F0E11f3049
Octal31423033373701643760111
Binary11001100100110001101101111111111011101000111111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98DB; }

 p { color: rgb(204,152,219); }

 H1.HeaderClassName
 {
   color: #CC98DB;
 }
 .AnyTagClassName
 {
   color: #CC98DB;
 }
</style>
background-color css

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

 a { background-color: rgb(204,152,219); }

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

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

 span { border-color: rgb(204,152,219); }

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