#C286FE

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

Shades of Heliotrope #C286FE

Tints of Heliotrope #C286FE

Color information

#C286FE (or 0xC286FE) is unknown color: approx Heliotrope. HEX triplet: C2, 86 and FE. RGB value is (194,134,254). Sum of RGB (Red+Green+Blue) = 194+134+254=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #C286FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C286FE is #3D7901. Grayscale: #A5A5A5. Windows color (decimal): -4028674 or 16680642. OLE color: 16680642.

HSL color Cylindrical-coordinate representation of color #C286FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C286FE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB194134254-
CMYK0.240.4700.00
HSL270º98.36%76.08%-
HSV(B)270º47.24%99.61%-
XYZ48.6635.6898.09-
YUV165.62177.88148.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 23.02%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=33.33%
G=23.02%
B=43.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941342540.240.4700.0027098.3676.08
HexC286FE182F0010e624c
Octal302206376305700416142114
Binary110000101000011011111110110001011110010000111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C286FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C286FE; }

 p { color: rgb(194,134,254); }

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

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

 a { background-color: rgb(194,134,254); }

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

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

 span { border-color: rgb(194,134,254); }

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