#C072EB

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

Shades of Heliotrope #C072EB

Tints of Heliotrope #C072EB

Color information

#C072EB (or 0xC072EB) is unknown color: approx Heliotrope. HEX triplet: C0, 72 and EB. RGB value is (192,114,235). Sum of RGB (Red+Green+Blue) = 192+114+235=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #C072EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072EB is #3F8D14. Grayscale: #969696. Windows color (decimal): -4164885 or 15430336. OLE color: 15430336.

HSL color Cylindrical-coordinate representation of color #C072EB: hue angle of 278.68º degrees, saturation: 0.75, 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 #C072EB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192114235-
CMYK0.180.5100.08
HSL278.68º75.16%68.43%-
HSV(B)278.68º51.49%92.16%-
XYZ42.7529.2481.99-
YUV151.12175.34157.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 114 (44.92% from 255) = 21.07%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=35.49%
G=21.07%
B=43.44%

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
Decimal1921142350.180.5100.08278.6875.1668.43
HexC072EB1233081174b44
Octal3001623532263010427113104
Binary11000000111001011101011100101100110100010001011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072EB; }

 p { color: rgb(192,114,235); }

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

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

 a { background-color: rgb(192,114,235); }

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

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

 span { border-color: rgb(192,114,235); }

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