#C94DFC

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

Shades of Heliotrope #C94DFC

Tints of Heliotrope #C94DFC

Color information

#C94DFC (or 0xC94DFC) is unknown color: approx Heliotrope. HEX triplet: C9, 4D and FC. RGB value is (201,77,252). Sum of RGB (Red+Green+Blue) = 201+77+252=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #C94DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DFC is #36B203. Grayscale: #858585. Windows color (decimal): -3584516 or 16534985. OLE color: 16534985.

HSL color Cylindrical-coordinate representation of color #C94DFC: hue angle of 282.51º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94DFC is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20177252-
CMYK0.200.6900.01
HSL282.51º96.69%64.51%-
HSV(B)282.51º69.44%98.82%-
XYZ44.3124.7594.54-
YUV134.03194.58175.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 77 (30.47% from 255) = 14.53%
BLUE value IS 252 (98.83% from 255) = 47.55%
R=37.92%
G=14.53%
B=47.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal201772520.200.6900.01282.5196.6964.51
HexC94DFC14450111b6141
Octal3111153742410501433141101
Binary110010011001101111111001010010001010110001101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DFC; }

 p { color: rgb(201,77,252); }

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

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

 a { background-color: rgb(201,77,252); }

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

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

 span { border-color: rgb(201,77,252); }

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