#CB86EB

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

Shades of Wisteria #CB86EB

Tints of Wisteria #CB86EB

Color information

#CB86EB (or 0xCB86EB) is unknown color: approx Wisteria. HEX triplet: CB, 86 and EB. RGB value is (203,134,235). Sum of RGB (Red+Green+Blue) = 203+134+235=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB86EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB86EB is #347914. Grayscale: #A5A5A5. Windows color (decimal): -3438869 or 15435467. OLE color: 15435467.

HSL color Cylindrical-coordinate representation of color #CB86EB: hue angle of 280.99º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB86EB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203134235-
CMYK0.140.4300.08
HSL280.99º71.63%72.35%-
HSV(B)280.99º42.98%92.16%-
XYZ48.1535.7482.96-
YUV166.14166.86154.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=35.49%
G=23.43%
B=41.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031342350.140.4300.08280.9971.6372.35
HexCB86EBE2B081194848
Octal3132063531653010431110110
Binary11001011100001101110101111101010110100010001100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86EB; }

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

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

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

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

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

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

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

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