#CB8EDC

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

Shades of Wisteria #CB8EDC

Tints of Wisteria #CB8EDC

Color information

#CB8EDC (or 0xCB8EDC) is unknown color: approx Wisteria. HEX triplet: CB, 8E and DC. RGB value is (203,142,220). Sum of RGB (Red+Green+Blue) = 203+142+220=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB8EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EDC is #347123. Grayscale: #A8A8A8. Windows color (decimal): -3436836 or 14454475. OLE color: 14454475.

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

Color convert

RGB203142220-
CMYK0.080.3500.14
HSL286.92º52.7%70.98%-
HSV(B)286.92º35.45%86.27%-
XYZ47.2237.2172.4-
YUV169.13156.71152.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 142 (55.86% from 255) = 25.13%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=35.93%
G=25.13%
B=38.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031422200.080.3500.14286.9252.770.98
HexCB8EDC8230E11f3547
Octal313216334104301643765107
Binary1100101110001110110111001000100011011101000111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8EDC; }

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

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

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

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

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

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

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

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