#C468F4

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

Shades of Heliotrope #C468F4

Tints of Heliotrope #C468F4

Color information

#C468F4 (or 0xC468F4) is unknown color: approx Heliotrope. HEX triplet: C4, 68 and F4. RGB value is (196,104,244). Sum of RGB (Red+Green+Blue) = 196+104+244=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #C468F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468F4 is #3B970B. Grayscale: #939393. Windows color (decimal): -3905292 or 16017604. OLE color: 16017604.

HSL color Cylindrical-coordinate representation of color #C468F4: hue angle of 279.43º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C468F4 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196104244-
CMYK0.200.5700.04
HSL279.43º86.42%68.24%-
HSV(B)279.43º57.38%95.69%-
XYZ44.0428.1788.7-
YUV147.47182.48162.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 104 (41.02% from 255) = 19.12%
BLUE value IS 244 (95.70% from 255) = 44.85%
R=36.03%
G=19.12%
B=44.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1961042440.200.5700.04279.4386.4268.24
HexC468F41439041175644
Octal304150364247104427126104
Binary1100010011010001111010010100111001010010001011110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468F4; }

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

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

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

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

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

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

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

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