#CD9EDA

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

Shades of Wisteria #CD9EDA

Tints of Wisteria #CD9EDA

Color information

#CD9EDA (or 0xCD9EDA) is unknown color: approx Wisteria. HEX triplet: CD, 9E and DA. RGB value is (205,158,218). Sum of RGB (Red+Green+Blue) = 205+158+218=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EDA is #326125. Grayscale: #B2B2B2. Windows color (decimal): -3301670 or 14327501. OLE color: 14327501.

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

Color convert

RGB205158218-
CMYK0.060.2800.15
HSL287º44.78%73.73%-
HSV(B)287º27.52%85.49%-
XYZ50.0642.4971.89-
YUV178.89150.07146.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=35.28%
G=27.19%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051582180.060.2800.1528744.7873.73
HexCD9EDA61C0F11f2d4a
Octal31523633263401743755112
Binary11001101100111101101101011011100011111000111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EDA; }

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

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

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

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

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

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

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

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