#C975EF

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

Shades of Heliotrope #C975EF

Tints of Heliotrope #C975EF

Color information

#C975EF (or 0xC975EF) is unknown color: approx Heliotrope. HEX triplet: C9, 75 and EF. RGB value is (201,117,239). Sum of RGB (Red+Green+Blue) = 201+117+239=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #C975EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975EF is #368A10. Grayscale: #9B9B9B. Windows color (decimal): -3574289 or 15693257. OLE color: 15693257.

HSL color Cylindrical-coordinate representation of color #C975EF: hue angle of 281.31º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C975EF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201117239-
CMYK0.160.5100.06
HSL281.31º79.22%69.8%-
HSV(B)281.31º51.05%93.73%-
XYZ46.0331.3785.29-
YUV156.02174.83160.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 117 (46.09% from 255) = 21.01%
BLUE value IS 239 (93.75% from 255) = 42.91%
R=36.09%
G=21.01%
B=42.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011172390.160.5100.06281.3179.2269.8
HexC975EF1033061194f46
Octal311165357206306431117106
Binary1100100111101011110111110000110011011010001100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C975EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C975EF; }

 p { color: rgb(201,117,239); }

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

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

 a { background-color: rgb(201,117,239); }

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

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

 span { border-color: rgb(201,117,239); }

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