#C468F8

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

Shades of Heliotrope #C468F8

Tints of Heliotrope #C468F8

Color information

#C468F8 (or 0xC468F8) is unknown color: approx Heliotrope. HEX triplet: C4, 68 and F8. RGB value is (196,104,248). Sum of RGB (Red+Green+Blue) = 196+104+248=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #C468F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468F8 is #3B9707. Grayscale: #939393. Windows color (decimal): -3905288 or 16279748. OLE color: 16279748.

HSL color Cylindrical-coordinate representation of color #C468F8: hue angle of 278.33º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C468F8 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB196104248-
CMYK0.210.5800.03
HSL278.33º91.14%69.02%-
HSV(B)278.33º58.06%97.25%-
XYZ44.6628.4191.94-
YUV147.92184.48162.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 104 (41.02% from 255) = 18.98%
BLUE value IS 248 (97.27% from 255) = 45.26%
R=35.77%
G=18.98%
B=45.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1961042480.210.5800.03278.3391.1469.02
HexC468F8153A031165b45
Octal304150370257203426133105
Binary110001001101000111110001010111101001110001011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468F8; }

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

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

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

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

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

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

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

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