#C06EFE

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

Shades of Heliotrope #C06EFE

Tints of Heliotrope #C06EFE

Color information

#C06EFE (or 0xC06EFE) is unknown color: approx Heliotrope. HEX triplet: C0, 6E and FE. RGB value is (192,110,254). Sum of RGB (Red+Green+Blue) = 192+110+254=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #C06EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06EFE is #3F9101. Grayscale: #969696. Windows color (decimal): -4165890 or 16674496. OLE color: 16674496.

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

Color convert

RGB192110254-
CMYK0.240.5700.00
HSL274.17º98.63%71.37%-
HSV(B)274.17º56.69%99.61%-
XYZ45.229.5197.08-
YUV150.93186.17157.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 110 (43.36% from 255) = 19.78%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=34.53%
G=19.78%
B=45.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921102540.240.5700.00274.1798.6371.37
HexC06EFE1839001126347
Octal300156376307100422143107
Binary11000000110111011111110110001110010010001001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06EFE; }

 p { color: rgb(192,110,254); }

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

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

 a { background-color: rgb(192,110,254); }

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

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

 span { border-color: rgb(192,110,254); }

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