#CD8BDB

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

Shades of Wisteria #CD8BDB

Tints of Wisteria #CD8BDB

Color information

#CD8BDB (or 0xCD8BDB) is unknown color: approx Wisteria. HEX triplet: CD, 8B and DB. RGB value is (205,139,219). Sum of RGB (Red+Green+Blue) = 205+139+219=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BDB is #327424. Grayscale: #A7A7A7. Windows color (decimal): -3306533 or 14388173. OLE color: 14388173.

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

Color convert

RGB205139219-
CMYK0.060.3700.14
HSL289.5º52.63%70.2%-
HSV(B)289.5º36.53%85.88%-
XYZ47.236.5671.59-
YUV167.85156.87154.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 139 (54.69% from 255) = 24.69%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=36.41%
G=24.69%
B=38.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051392190.060.3700.14289.552.6370.2
HexCD8BDB6250E1223546
Octal31521333364501644265106
Binary110011011000101111011011110100101011101001000101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BDB; }

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

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

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

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

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

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

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

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