#cb86ef

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

Shades of Wisteria #CB86EF

Tints of Wisteria #CB86EF

Color information

#CB86EF (or 0xCB86EF) is unknown color: approx Wisteria. HEX triplet: CB, 86 and EF. RGB value is (203,134,239). Sum of RGB (Red+Green+Blue) = 203+134+239=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB86EF is #347910. Grayscale: #A6A6A6. Windows color (decimal): -3438865 or 15697611. OLE color: 15697611.

HSL color Cylindrical-coordinate representation of color #CB86EF: hue angle of 279.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB86EF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203134239-
CMYK0.150.4400.06
HSL279.43º76.64%73.14%-
HSV(B)279.43º43.93%93.73%-
XYZ48.7335.9886.04-
YUV166.6168.86153.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 134 (52.73% from 255) = 23.26%
BLUE value IS 239 (93.75% from 255) = 41.49%
R=35.24%
G=23.26%
B=41.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031342390.150.4400.06279.4376.6473.14
HexCB86EFF2C061174d49
Octal313206357175406427115111
Binary1100101110000110111011111111101100011010001011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb86ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb86ef; }

 p { color: rgb(203,134,239); }

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

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

 a { background-color: rgb(203,134,239); }

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

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

 span { border-color: rgb(203,134,239); }

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