#C068FA

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

Shades of Heliotrope #C068FA

Tints of Heliotrope #C068FA

Color information

#C068FA (or 0xC068FA) is unknown color: approx Heliotrope. HEX triplet: C0, 68 and FA. RGB value is (192,104,250). Sum of RGB (Red+Green+Blue) = 192+104+250=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #C068FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C068FA is #3F9705. Grayscale: #929292. Windows color (decimal): -4167430 or 16410816. OLE color: 16410816.

HSL color Cylindrical-coordinate representation of color #C068FA: hue angle of 276.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C068FA is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192104250-
CMYK0.230.5800.02
HSL276.16º93.59%69.41%-
HSV(B)276.16º58.4%98.04%-
XYZ43.9428.0193.53-
YUV146.96186.15160.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 104 (41.02% from 255) = 19.05%
BLUE value IS 250 (98.05% from 255) = 45.79%
R=35.16%
G=19.05%
B=45.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921042500.230.5800.02276.1693.5969.41
HexC068FA173A021145e45
Octal300150372277202424136105
Binary110000001101000111110101011111101001010001010010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C068FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C068FA; }

 p { color: rgb(192,104,250); }

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

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

 a { background-color: rgb(192,104,250); }

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

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

 span { border-color: rgb(192,104,250); }

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