#C274ED

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

Shades of Heliotrope #C274ED

Tints of Heliotrope #C274ED

Color information

#C274ED (or 0xC274ED) is unknown color: approx Heliotrope. HEX triplet: C2, 74 and ED. RGB value is (194,116,237). Sum of RGB (Red+Green+Blue) = 194+116+237=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #C274ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274ED is #3D8B12. Grayscale: #989898. Windows color (decimal): -4033299 or 15561922. OLE color: 15561922.

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

Color convert

RGB194116237-
CMYK0.180.5100.07
HSL278.68º77.07%69.22%-
HSV(B)278.68º51.05%92.94%-
XYZ43.7830.0783.62-
YUV153.12175.34157.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=35.47%
G=21.21%
B=43.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941162370.180.5100.07278.6877.0769.22
HexC274ED1233071174d45
Octal302164355226307427115105
Binary1100001011101001110110110010110011011110001011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274ED; }

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

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

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

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

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

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

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

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