#CD85DB

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

Shades of Wisteria #CD85DB

Tints of Wisteria #CD85DB

Color information

#CD85DB (or 0xCD85DB) is unknown color: approx Wisteria. HEX triplet: CD, 85 and DB. RGB value is (205,133,219). Sum of RGB (Red+Green+Blue) = 205+133+219=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85DB is #327A24. Grayscale: #A4A4A4. Windows color (decimal): -3308069 or 14386637. OLE color: 14386637.

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

Color convert

RGB205133219-
CMYK0.060.3900.14
HSL290.23º54.43%69.02%-
HSV(B)290.23º39.27%85.88%-
XYZ46.3534.8771.31-
YUV164.33158.85157.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=36.80%
G=23.88%
B=39.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051332190.060.3900.14290.2354.4369.02
HexCD85DB6270E1223645
Octal31520533364701644266105
Binary110011011000010111011011110100111011101001000101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85DB; }

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

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

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

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

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

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

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

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