#CD98D7

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

Shades of Wisteria #CD98D7

Tints of Wisteria #CD98D7

Color information

#CD98D7 (or 0xCD98D7) is unknown color: approx Wisteria. HEX triplet: CD, 98 and D7. RGB value is (205,152,215). Sum of RGB (Red+Green+Blue) = 205+152+215=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD98D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98D7 is #326728. Grayscale: #AEAEAE. Windows color (decimal): -3303209 or 14129357. OLE color: 14129357.

HSL color Cylindrical-coordinate representation of color #CD98D7: hue angle of 290.48º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD98D7 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205152215-
CMYK0.050.2900.16
HSL290.48º44.06%71.96%-
HSV(B)290.48º29.3%84.31%-
XYZ48.6740.3469.51-
YUV175.03150.56149.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 152 (59.77% from 255) = 26.57%
BLUE value IS 215 (84.38% from 255) = 37.59%
R=35.84%
G=26.57%
B=37.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051522150.050.2900.16290.4844.0671.96
HexCD98D751D0101222c48
Octal31523032753502044254110
Binary110011011001100011010111101111010100001001000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98D7; }

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

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

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

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

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

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

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

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