#CD98DB

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

Shades of Wisteria #CD98DB

Tints of Wisteria #CD98DB

Color information

#CD98DB (or 0xCD98DB) is unknown color: approx Wisteria. HEX triplet: CD, 98 and DB. RGB value is (205,152,219). Sum of RGB (Red+Green+Blue) = 205+152+219=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98DB is #326724. Grayscale: #AFAFAF. Windows color (decimal): -3303205 or 14391501. OLE color: 14391501.

HSL color Cylindrical-coordinate representation of color #CD98DB: hue angle of 287.46º 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 #CD98DB is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205152219-
CMYK0.060.3100.14
HSL287.46º48.2%72.75%-
HSV(B)287.46º30.59%85.88%-
XYZ49.1940.5572.25-
YUV175.48152.56149.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=35.59%
G=26.39%
B=38.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051522190.060.3100.14287.4648.272.75
HexCD98DB61F0E11f3049
Octal31523033363701643760111
Binary11001101100110001101101111011111011101000111111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98DB; }

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

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

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

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

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

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

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

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