#C468FE

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

Shades of Heliotrope #C468FE

Tints of Heliotrope #C468FE

Color information

#C468FE (or 0xC468FE) is unknown color: approx Heliotrope. HEX triplet: C4, 68 and FE. RGB value is (196,104,254). Sum of RGB (Red+Green+Blue) = 196+104+254=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #C468FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468FE is #3B9701. Grayscale: #949494. Windows color (decimal): -3905282 or 16672964. OLE color: 16672964.

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

Color convert

RGB196104254-
CMYK0.230.5900.00
HSL276.8º98.68%70.2%-
HSV(B)276.8º59.06%99.61%-
XYZ45.628.7996.92-
YUV148.61187.48161.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 104 (41.02% from 255) = 18.77%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=35.38%
G=18.77%
B=45.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961042540.230.5900.00276.898.6870.2
HexC468FE173B001156346
Octal304150376277300425143106
Binary11000100110100011111110101111110110010001010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468FE; }

 p { color: rgb(196,104,254); }

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

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

 a { background-color: rgb(196,104,254); }

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

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

 span { border-color: rgb(196,104,254); }

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