#C286FC

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

Shades of Heliotrope #C286FC

Tints of Heliotrope #C286FC

Color information

#C286FC (or 0xC286FC) is unknown color: approx Heliotrope. HEX triplet: C2, 86 and FC. RGB value is (194,134,252). Sum of RGB (Red+Green+Blue) = 194+134+252=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #C286FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C286FC is #3D7903. Grayscale: #A4A4A4. Windows color (decimal): -4028676 or 16549570. OLE color: 16549570.

HSL color Cylindrical-coordinate representation of color #C286FC: hue angle of 270.51º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C286FC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194134252-
CMYK0.230.4700.01
HSL270.51º95.16%75.69%-
HSV(B)270.51º46.83%98.82%-
XYZ48.3435.5596.41-
YUV165.39176.88148.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 134 (52.73% from 255) = 23.10%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=33.45%
G=23.10%
B=43.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941342520.230.4700.01270.5195.1675.69
HexC286FC172F0110f5f4c
Octal302206374275701417137114
Binary110000101000011011111100101111011110110000111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C286FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C286FC; }

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

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

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

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

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

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

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

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