#CD9BDA

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

Shades of Wisteria #CD9BDA

Tints of Wisteria #CD9BDA

Color information

#CD9BDA (or 0xCD9BDA) is unknown color: approx Wisteria. HEX triplet: CD, 9B and DA. RGB value is (205,155,218). Sum of RGB (Red+Green+Blue) = 205+155+218=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BDA is #326425. Grayscale: #B0B0B0. Windows color (decimal): -3302438 or 14326733. OLE color: 14326733.

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

Color convert

RGB205155218-
CMYK0.060.2900.15
HSL287.62º45.99%73.14%-
HSV(B)287.62º28.9%85.49%-
XYZ49.5541.4871.73-
YUV177.13151.06147.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 155 (60.94% from 255) = 26.82%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=35.47%
G=26.82%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051552180.060.2900.15287.6245.9973.14
HexCD9BDA61D0F1202e49
Octal31523333263501744056111
Binary11001101100110111101101011011101011111001000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BDA; }

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

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

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

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

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

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

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

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