#C486FF

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

Shades of Heliotrope #C486FF

Tints of Heliotrope #C486FF

Color information

#C486FF (or 0xC486FF) is unknown color: approx Heliotrope. HEX triplet: C4, 86 and FF. RGB value is (196,134,255). Sum of RGB (Red+Green+Blue) = 196+134+255=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C486FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486FF is #3B7900. Grayscale: #A5A5A5. Windows color (decimal): -3897601 or 16746180. OLE color: 16746180.

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

Color convert

RGB196134255-
CMYK0.230.4700
HSL270.74º100%76.27%-
HSV(B)270.74º47.45%100%-
XYZ49.3436.0198.96-
YUV166.33178.04149.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 134 (52.73% from 255) = 22.91%
BLUE value IS 255 (100% from 255) = 43.59%
R=33.50%
G=22.91%
B=43.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961342550.230.4700270.7410076.27
HexC486FF172F0010f644c
Octal304206377275700417144114
Binary110001001000011011111111101111011110010000111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C486FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C486FF; }

 p { color: rgb(196,134,255); }

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

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

 a { background-color: rgb(196,134,255); }

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

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

 span { border-color: rgb(196,134,255); }

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