#C07EEE

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

Shades of Heliotrope #C07EEE

Tints of Heliotrope #C07EEE

Color information

#C07EEE (or 0xC07EEE) is unknown color: approx Heliotrope. HEX triplet: C0, 7E and EE. RGB value is (192,126,238). Sum of RGB (Red+Green+Blue) = 192+126+238=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #C07EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EEE is #3F8111. Grayscale: #9E9E9E. Windows color (decimal): -4161810 or 15630016. OLE color: 15630016.

HSL color Cylindrical-coordinate representation of color #C07EEE: hue angle of 275.36º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07EEE is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192126238-
CMYK0.190.4700.07
HSL275.36º76.71%71.37%-
HSV(B)275.36º47.06%93.33%-
XYZ44.6332.384.77-
YUV158.5172.87151.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 126 (49.61% from 255) = 22.66%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=34.53%
G=22.66%
B=42.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921262380.190.4700.07275.3676.7171.37
HexC07EEE132F071134d47
Octal300176356235707423115107
Binary1100000011111101110111010011101111011110001001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07EEE; }

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

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

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

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

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

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

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

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