#C76EFA

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

Shades of Heliotrope #C76EFA

Tints of Heliotrope #C76EFA

Color information

#C76EFA (or 0xC76EFA) is unknown color: approx Heliotrope. HEX triplet: C7, 6E and FA. RGB value is (199,110,250). Sum of RGB (Red+Green+Blue) = 199+110+250=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #C76EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76EFA is #389105. Grayscale: #989898. Windows color (decimal): -3707142 or 16412359. OLE color: 16412359.

HSL color Cylindrical-coordinate representation of color #C76EFA: hue angle of 278.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C76EFA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199110250-
CMYK0.200.5600.02
HSL278.14º93.33%70.59%-
HSV(B)278.14º56%98.04%-
XYZ46.3830.293.83-
YUV152.57182.99161.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 110 (43.36% from 255) = 19.68%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=35.60%
G=19.68%
B=44.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991102500.200.5600.02278.1493.3370.59
HexC76EFA1438021165d47
Octal307156372247002426135107
Binary110001111101110111110101010011100001010001011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76EFA; }

 p { color: rgb(199,110,250); }

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

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

 a { background-color: rgb(199,110,250); }

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

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

 span { border-color: rgb(199,110,250); }

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