#CD97DA

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

Shades of Wisteria #CD97DA

Tints of Wisteria #CD97DA

Color information

#CD97DA (or 0xCD97DA) is unknown color: approx Wisteria. HEX triplet: CD, 97 and DA. RGB value is (205,151,218). Sum of RGB (Red+Green+Blue) = 205+151+218=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97DA is #326825. Grayscale: #AEAEAE. Windows color (decimal): -3303462 or 14325709. OLE color: 14325709.

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

Color convert

RGB205151218-
CMYK0.060.3100.15
HSL288.36º47.52%72.35%-
HSV(B)288.36º30.73%85.49%-
XYZ48.940.1771.51-
YUV174.78152.39149.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=35.71%
G=26.31%
B=37.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051512180.060.3100.15288.3647.5272.35
HexCD97DA61F0F1203048
Octal31522733263701744060110
Binary11001101100101111101101011011111011111001000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97DA; }

 p { color: rgb(205,151,218); }

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

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

 a { background-color: rgb(205,151,218); }

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

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

 span { border-color: rgb(205,151,218); }

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