#CB86F1

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

Shades of Heliotrope #CB86F1

Tints of Heliotrope #CB86F1

Color information

#CB86F1 (or 0xCB86F1) is unknown color: approx Heliotrope. HEX triplet: CB, 86 and F1. RGB value is (203,134,241). Sum of RGB (Red+Green+Blue) = 203+134+241=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB86F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB86F1 is #34790E. Grayscale: #A6A6A6. Windows color (decimal): -3438863 or 15828683. OLE color: 15828683.

HSL color Cylindrical-coordinate representation of color #CB86F1: hue angle of 278.69º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB86F1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203134241-
CMYK0.160.4400.05
HSL278.69º79.26%73.53%-
HSV(B)278.69º44.4%94.51%-
XYZ49.0336.187.6-
YUV166.83169.86153.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 134 (52.73% from 255) = 23.18%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=35.12%
G=23.18%
B=41.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031342410.160.4400.05278.6979.2673.53
HexCB86F1102C051174f4a
Octal313206361205405427117112
Binary11001011100001101111000110000101100010110001011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86F1; }

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

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

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

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

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

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

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

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