#C278ED

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

Shades of Heliotrope #C278ED

Tints of Heliotrope #C278ED

Color information

#C278ED (or 0xC278ED) is unknown color: approx Heliotrope. HEX triplet: C2, 78 and ED. RGB value is (194,120,237). Sum of RGB (Red+Green+Blue) = 194+120+237=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #C278ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C278ED is #3D8712. Grayscale: #9B9B9B. Windows color (decimal): -4032275 or 15562946. OLE color: 15562946.

HSL color Cylindrical-coordinate representation of color #C278ED: hue angle of 277.95º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C278ED is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194120237-
CMYK0.180.4900.07
HSL277.95º76.47%70%-
HSV(B)277.95º49.37%92.94%-
XYZ44.2531.0283.78-
YUV155.46174.02155.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=35.21%
G=21.78%
B=43.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941202370.180.4900.07277.9576.4770
HexC278ED1231071164c46
Octal302170355226107426114106
Binary1100001011110001110110110010110001011110001011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C278ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C278ED; }

 p { color: rgb(194,120,237); }

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

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

 a { background-color: rgb(194,120,237); }

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

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

 span { border-color: rgb(194,120,237); }

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