#C071ED

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

Shades of Heliotrope #C071ED

Tints of Heliotrope #C071ED

Color information

#C071ED (or 0xC071ED) is unknown color: approx Heliotrope. HEX triplet: C0, 71 and ED. RGB value is (192,113,237). Sum of RGB (Red+Green+Blue) = 192+113+237=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #C071ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071ED is #3F8E12. Grayscale: #969696. Windows color (decimal): -4165139 or 15561152. OLE color: 15561152.

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

Color convert

RGB192113237-
CMYK0.190.5200.07
HSL278.23º77.5%68.63%-
HSV(B)278.23º52.32%92.94%-
XYZ42.9329.1383.48-
YUV150.76176.67157.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 113 (44.53% from 255) = 20.85%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=35.42%
G=20.85%
B=43.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921132370.190.5200.07278.2377.568.63
HexC071ED1334071164e45
Octal300161355236407426116105
Binary1100000011100011110110110011110100011110001011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071ED; }

 p { color: rgb(192,113,237); }

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

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

 a { background-color: rgb(192,113,237); }

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

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

 span { border-color: rgb(192,113,237); }

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