#CB8DDC

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

Shades of Wisteria #CB8DDC

Tints of Wisteria #CB8DDC

Color information

#CB8DDC (or 0xCB8DDC) is unknown color: approx Wisteria. HEX triplet: CB, 8D and DC. RGB value is (203,141,220). Sum of RGB (Red+Green+Blue) = 203+141+220=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DDC is #347223. Grayscale: #A8A8A8. Windows color (decimal): -3437092 or 14454219. OLE color: 14454219.

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

Color convert

RGB203141220-
CMYK0.080.3600.14
HSL287.09º53.02%70.78%-
HSV(B)287.09º35.91%86.27%-
XYZ47.0736.9172.35-
YUV168.54157.04152.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=35.99%
G=25%
B=39.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031412200.080.3600.14287.0953.0270.78
HexCB8DDC8240E11f3547
Octal313215334104401643765107
Binary1100101110001101110111001000100100011101000111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DDC; }

 p { color: rgb(203,141,220); }

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

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

 a { background-color: rgb(203,141,220); }

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

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

 span { border-color: rgb(203,141,220); }

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