#CB8EF6

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

Shades of Wisteria #CB8EF6

Tints of Wisteria #CB8EF6

Color information

#CB8EF6 (or 0xCB8EF6) is unknown color: approx Wisteria. HEX triplet: CB, 8E and F6. RGB value is (203,142,246). Sum of RGB (Red+Green+Blue) = 203+142+246=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB8EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8EF6 is #347109. Grayscale: #ABABAB. Windows color (decimal): -3436810 or 16158411. OLE color: 16158411.

HSL color Cylindrical-coordinate representation of color #CB8EF6: hue angle of 275.19º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB8EF6 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203142246-
CMYK0.170.4200.04
HSL275.19º85.25%76.08%-
HSV(B)275.19º42.28%96.47%-
XYZ50.9438.791.97-
YUV172.1169.71150.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 142 (55.86% from 255) = 24.03%
BLUE value IS 246 (96.48% from 255) = 41.62%
R=34.35%
G=24.03%
B=41.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031422460.170.4200.04275.1985.2576.08
HexCB8EF6112A04113554c
Octal313216366215204423125114
Binary11001011100011101111011010001101010010010001001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8EF6; }

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

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

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

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

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

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

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

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