#c972ea

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

Shades of Heliotrope #C972EA

Tints of Heliotrope #C972EA

Color information

#C972EA (or 0xC972EA) is unknown color: approx Heliotrope. HEX triplet: C9, 72 and EA. RGB value is (201,114,234). Sum of RGB (Red+Green+Blue) = 201+114+234=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #C972EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972EA is #368D15. Grayscale: #999999. Windows color (decimal): -3575062 or 15364809. OLE color: 15364809.

HSL color Cylindrical-coordinate representation of color #C972EA: hue angle of 283.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C972EA is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201114234-
CMYK0.140.5100.08
HSL283.5º74.07%68.24%-
HSV(B)283.5º51.28%91.76%-
XYZ44.9630.3981.34-
YUV153.69173.32161.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 114 (44.92% from 255) = 20.77%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=36.61%
G=20.77%
B=42.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011142340.140.5100.08283.574.0768.24
HexC972EAE330811c4a44
Octal3111623521663010434112104
Binary1100100111100101110101011101100110100010001110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c972ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c972ea; }

 p { color: rgb(201,114,234); }

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

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

 a { background-color: rgb(201,114,234); }

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

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

 span { border-color: rgb(201,114,234); }

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