#C074ED

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

Shades of Heliotrope #C074ED

Tints of Heliotrope #C074ED

Color information

#C074ED (or 0xC074ED) is unknown color: approx Heliotrope. HEX triplet: C0, 74 and ED. RGB value is (192,116,237). Sum of RGB (Red+Green+Blue) = 192+116+237=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #C074ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074ED is #3F8B12. Grayscale: #989898. Windows color (decimal): -4164371 or 15561920. OLE color: 15561920.

HSL color Cylindrical-coordinate representation of color #C074ED: hue angle of 277.69º 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 #C074ED is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192116237-
CMYK0.190.5100.07
HSL277.69º77.07%69.22%-
HSV(B)277.69º51.05%92.94%-
XYZ43.2729.8183.59-
YUV152.52175.68156.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=35.23%
G=21.28%
B=43.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921162370.190.5100.07277.6977.0769.22
HexC074ED1333071164d45
Octal300164355236307426115105
Binary1100000011101001110110110011110011011110001011010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C074ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C074ED; }

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

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

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

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

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

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

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

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