#c073ea

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

Shades of Heliotrope #C073EA

Tints of Heliotrope #C073EA

Color information

#C073EA (or 0xC073EA) is unknown color: approx Heliotrope. HEX triplet: C0, 73 and EA. RGB value is (192,115,234). Sum of RGB (Red+Green+Blue) = 192+115+234=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #C073EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C073EA is #3F8C15. Grayscale: #979797. Windows color (decimal): -4164630 or 15365056. OLE color: 15365056.

HSL color Cylindrical-coordinate representation of color #C073EA: hue angle of 278.82º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C073EA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192115234-
CMYK0.180.5100.08
HSL278.82º73.91%68.43%-
HSV(B)278.82º50.85%91.76%-
XYZ42.7229.4181.27-
YUV151.59174.51156.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 115 (45.31% from 255) = 21.26%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=35.49%
G=21.26%
B=43.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921152340.180.5100.08278.8273.9168.43
HexC073EA1233081174a44
Octal3001633522263010427112104
Binary11000000111001111101010100101100110100010001011110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c073ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c073ea; }

 p { color: rgb(192,115,234); }

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

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

 a { background-color: rgb(192,115,234); }

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

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

 span { border-color: rgb(192,115,234); }

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