#C370ED

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

Shades of Heliotrope #C370ED

Tints of Heliotrope #C370ED

Color information

#C370ED (or 0xC370ED) is unknown color: approx Heliotrope. HEX triplet: C3, 70 and ED. RGB value is (195,112,237). Sum of RGB (Red+Green+Blue) = 195+112+237=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #C370ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C370ED is #3C8F12. Grayscale: #969696. Windows color (decimal): -3968787 or 15560899. OLE color: 15560899.

HSL color Cylindrical-coordinate representation of color #C370ED: hue angle of 279.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C370ED is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195112237-
CMYK0.180.5300.07
HSL279.84º77.64%68.43%-
HSV(B)279.84º52.74%92.94%-
XYZ43.5929.383.48-
YUV151.07176.5159.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 112 (44.14% from 255) = 20.59%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=35.85%
G=20.59%
B=43.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951122370.180.5300.07279.8477.6468.43
HexC370ED1235071184e44
Octal303160355226507430116104
Binary1100001111100001110110110010110101011110001100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370ED; }

 p { color: rgb(195,112,237); }

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

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

 a { background-color: rgb(195,112,237); }

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

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

 span { border-color: rgb(195,112,237); }

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