#C07EFA

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

Shades of Heliotrope #C07EFA

Tints of Heliotrope #C07EFA

Color information

#C07EFA (or 0xC07EFA) is unknown color: approx Heliotrope. HEX triplet: C0, 7E and FA. RGB value is (192,126,250). Sum of RGB (Red+Green+Blue) = 192+126+250=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #C07EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EFA is #3F8105. Grayscale: #9F9F9F. Windows color (decimal): -4161798 or 16416448. OLE color: 16416448.

HSL color Cylindrical-coordinate representation of color #C07EFA: hue angle of 271.94º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07EFA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192126250-
CMYK0.230.5000.02
HSL271.94º92.54%73.73%-
HSV(B)271.94º49.6%98.04%-
XYZ46.4533.0394.37-
YUV159.87178.87150.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 126 (49.61% from 255) = 22.18%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=33.80%
G=22.18%
B=44.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921262500.230.5000.02271.9492.5473.73
HexC07EFA1732021105d4a
Octal300176372276202420135112
Binary110000001111110111110101011111001001010001000010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07EFA; }

 p { color: rgb(192,126,250); }

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

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

 a { background-color: rgb(192,126,250); }

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

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

 span { border-color: rgb(192,126,250); }

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