#C07EFF

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

Shades of Heliotrope #C07EFF

Tints of Heliotrope #C07EFF

Color information

#C07EFF (or 0xC07EFF) is unknown color: approx Heliotrope. HEX triplet: C0, 7E and FF. RGB value is (192,126,255). Sum of RGB (Red+Green+Blue) = 192+126+255=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #C07EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EFF is #3F8100. Grayscale: #9F9F9F. Windows color (decimal): -4161793 or 16744128. OLE color: 16744128.

HSL color Cylindrical-coordinate representation of color #C07EFF: hue angle of 270.7º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07EFF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192126255-
CMYK0.250.5100
HSL270.7º100%74.71%-
HSV(B)270.7º50.59%100%-
XYZ47.2533.3598.55-
YUV160.44181.37150.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 126 (49.61% from 255) = 21.99%
BLUE value IS 255 (100% from 255) = 44.50%
R=33.51%
G=21.99%
B=44.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921262550.250.5100270.710074.71
HexC07EFF19330010f644b
Octal300176377316300417144113
Binary11000000111111011111111110011100110010000111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07EFF; }

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

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

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

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

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

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

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

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