#CB8EEC

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

Shades of Wisteria #CB8EEC

Tints of Wisteria #CB8EEC

Color information

#CB8EEC (or 0xCB8EEC) is unknown color: approx Wisteria. HEX triplet: CB, 8E and EC. RGB value is (203,142,236). Sum of RGB (Red+Green+Blue) = 203+142+236=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB8EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8EEC is #347113. Grayscale: #AAAAAA. Windows color (decimal): -3436820 or 15503051. OLE color: 15503051.

HSL color Cylindrical-coordinate representation of color #CB8EEC: hue angle of 278.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB8EEC is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203142236-
CMYK0.140.4000.07
HSL278.94º71.21%74.12%-
HSV(B)278.94º39.83%92.55%-
XYZ49.4438.184.1-
YUV170.96164.71150.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 142 (55.86% from 255) = 24.44%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=34.94%
G=24.44%
B=40.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031422360.140.4000.07278.9471.2174.12
HexCB8EECE2807117474a
Octal313216354165007427107112
Binary1100101110001110111011001110101000011110001011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8EEC; }

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

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

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

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

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

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

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

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