#CD9BDB

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

Shades of Wisteria #CD9BDB

Tints of Wisteria #CD9BDB

Color information

#CD9BDB (or 0xCD9BDB) is unknown color: approx Wisteria. HEX triplet: CD, 9B and DB. RGB value is (205,155,219). Sum of RGB (Red+Green+Blue) = 205+155+219=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BDB is #326424. Grayscale: #B1B1B1. Windows color (decimal): -3302437 or 14392269. OLE color: 14392269.

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

Color convert

RGB205155219-
CMYK0.060.2900.14
HSL286.88º47.06%73.33%-
HSV(B)286.88º29.22%85.88%-
XYZ49.6841.5472.42-
YUV177.25151.56147.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=35.41%
G=26.77%
B=37.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051552190.060.2900.14286.8847.0673.33
HexCD9BDB61D0E11f2f49
Octal31523333363501643757111
Binary11001101100110111101101111011101011101000111111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BDB; }

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

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

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

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

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

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

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

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