#C974EA

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

Shades of Heliotrope #C974EA

Tints of Heliotrope #C974EA

Color information

#C974EA (or 0xC974EA) is unknown color: approx Heliotrope. HEX triplet: C9, 74 and EA. RGB value is (201,116,234). Sum of RGB (Red+Green+Blue) = 201+116+234=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #C974EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974EA is #368B15. Grayscale: #9A9A9A. Windows color (decimal): -3574550 or 15365321. OLE color: 15365321.

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

Color convert

RGB201116234-
CMYK0.140.5000.08
HSL283.22º73.75%68.63%-
HSV(B)283.22º50.43%91.76%-
XYZ45.1830.8581.41-
YUV154.87172.66160.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.48%
GREEN value IS 116 (45.70% from 255) = 21.05%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=36.48%
G=21.05%
B=42.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011162340.140.5000.08283.2273.7568.63
HexC974EAE320811b4a45
Octal3111643521662010433112105
Binary1100100111101001110101011101100100100010001101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974EA; }

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

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

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

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

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

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

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

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