#C66EFA

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

Shades of Heliotrope #C66EFA

Tints of Heliotrope #C66EFA

Color information

#C66EFA (or 0xC66EFA) is unknown color: approx Heliotrope. HEX triplet: C6, 6E and FA. RGB value is (198,110,250). Sum of RGB (Red+Green+Blue) = 198+110+250=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #C66EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66EFA is #399105. Grayscale: #979797. Windows color (decimal): -3772678 or 16412358. OLE color: 16412358.

HSL color Cylindrical-coordinate representation of color #C66EFA: hue angle of 277.71º 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 #C66EFA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198110250-
CMYK0.210.5600.02
HSL277.71º93.33%70.59%-
HSV(B)277.71º56%98.04%-
XYZ46.1230.0693.81-
YUV152.27183.15160.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.48%
GREEN value IS 110 (43.36% from 255) = 19.71%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=35.48%
G=19.71%
B=44.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981102500.210.5600.02277.7193.3370.59
HexC66EFA1538021165d47
Octal306156372257002426135107
Binary110001101101110111110101010111100001010001011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66EFA; }

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

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

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

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

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

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

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

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