#CB8ED4

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

Shades of Wisteria #CB8ED4

Tints of Wisteria #CB8ED4

Color information

#CB8ED4 (or 0xCB8ED4) is unknown color: approx Wisteria. HEX triplet: CB, 8E and D4. RGB value is (203,142,212). Sum of RGB (Red+Green+Blue) = 203+142+212=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB8ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ED4 is #34712B. Grayscale: #A8A8A8. Windows color (decimal): -3436844 or 13930187. OLE color: 13930187.

HSL color Cylindrical-coordinate representation of color #CB8ED4: hue angle of 292.29º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB8ED4 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203142212-
CMYK0.040.3300.17
HSL292.29º44.87%69.41%-
HSV(B)292.29º33.02%83.14%-
XYZ46.1936.866.96-
YUV168.22152.71152.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 142 (55.86% from 255) = 25.49%
BLUE value IS 212 (83.20% from 255) = 38.06%
R=36.45%
G=25.49%
B=38.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031422120.040.3300.17292.2944.8769.41
HexCB8ED44210111242d45
Octal31321632444102144455105
Binary1100101110001110110101001001000010100011001001001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8ED4; }

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

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

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

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

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

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

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

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