#CD98DC

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

Shades of Wisteria #CD98DC

Tints of Wisteria #CD98DC

Color information

#CD98DC (or 0xCD98DC) is unknown color: approx Wisteria. HEX triplet: CD, 98 and DC. RGB value is (205,152,220). Sum of RGB (Red+Green+Blue) = 205+152+220=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98DC is #326723. Grayscale: #AFAFAF. Windows color (decimal): -3303204 or 14457037. OLE color: 14457037.

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

Color convert

RGB205152220-
CMYK0.070.3100.14
HSL286.76º49.28%72.94%-
HSV(B)286.76º30.91%86.27%-
XYZ49.3240.672.95-
YUV175.6153.06148.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 152 (59.77% from 255) = 26.34%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=35.53%
G=26.34%
B=38.13%

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
Decimal2051522200.070.3100.14286.7649.2872.94
HexCD98DC71F0E11f3149
Octal31523033473701643761111
Binary11001101100110001101110011111111011101000111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98DC; }

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

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

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

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

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

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

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

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