#CD98D9

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

Shades of Wisteria #CD98D9

Tints of Wisteria #CD98D9

Color information

#CD98D9 (or 0xCD98D9) is unknown color: approx Wisteria. HEX triplet: CD, 98 and D9. RGB value is (205,152,217). Sum of RGB (Red+Green+Blue) = 205+152+217=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD98D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98D9 is #326726. Grayscale: #AFAFAF. Windows color (decimal): -3303207 or 14260429. OLE color: 14260429.

HSL color Cylindrical-coordinate representation of color #CD98D9: hue angle of 288.92º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD98D9 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205152217-
CMYK0.060.3000.15
HSL288.92º46.1%72.35%-
HSV(B)288.92º29.95%85.1%-
XYZ48.9340.4570.87-
YUV175.26151.56149.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=35.71%
G=26.48%
B=37.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051522170.060.3000.15288.9246.172.35
HexCD98D961E0F1212e48
Octal31523033163601744156110
Binary11001101100110001101100111011110011111001000011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98D9; }

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

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

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

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

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

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

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

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