#CD98D6

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

Shades of Wisteria #CD98D6

Tints of Wisteria #CD98D6

Color information

#CD98D6 (or 0xCD98D6) is unknown color: approx Wisteria. HEX triplet: CD, 98 and D6. RGB value is (205,152,214). Sum of RGB (Red+Green+Blue) = 205+152+214=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD98D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98D6 is #326729. Grayscale: #AEAEAE. Windows color (decimal): -3303210 or 14063821. OLE color: 14063821.

HSL color Cylindrical-coordinate representation of color #CD98D6: hue angle of 291.29º degrees, saturation: 0.43, 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 #CD98D6 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205152214-
CMYK0.040.2900.16
HSL291.29º43.06%71.76%-
HSV(B)291.29º28.97%83.92%-
XYZ48.5440.2968.84-
YUV174.91150.06149.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=35.90%
G=26.62%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051522140.040.2900.16291.2943.0671.76
HexCD98D641D0101232b48
Octal31523032643502044353110
Binary110011011001100011010110100111010100001001000111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98D6; }

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

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

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

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

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

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

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

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