#C973ED

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

Shades of Heliotrope #C973ED

Tints of Heliotrope #C973ED

Color information

#C973ED (or 0xC973ED) is unknown color: approx Heliotrope. HEX triplet: C9, 73 and ED. RGB value is (201,115,237). Sum of RGB (Red+Green+Blue) = 201+115+237=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #C973ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973ED is #368C12. Grayscale: #9A9A9A. Windows color (decimal): -3574803 or 15561673. OLE color: 15561673.

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

Color convert

RGB201115237-
CMYK0.150.5100.07
HSL282.3º77.22%69.02%-
HSV(B)282.3º51.48%92.94%-
XYZ45.530.7983.67-
YUV154.62174.49161.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 115 (45.31% from 255) = 20.80%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=36.35%
G=20.80%
B=42.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011152370.150.5100.07282.377.2269.02
HexC973EDF330711a4d45
Octal311163355176307432115105
Binary110010011110011111011011111110011011110001101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973ED; }

 p { color: rgb(201,115,237); }

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

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

 a { background-color: rgb(201,115,237); }

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

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

 span { border-color: rgb(201,115,237); }

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