#D54CFC

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

Shades of Heliotrope #D54CFC

Tints of Heliotrope #D54CFC

Color information

#D54CFC (or 0xD54CFC) is unknown color: approx Heliotrope. HEX triplet: D5, 4C and FC. RGB value is (213,76,252). Sum of RGB (Red+Green+Blue) = 213+76+252=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #D54CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54CFC is #2AB303. Grayscale: #888888. Windows color (decimal): -2798340 or 16534741. OLE color: 16534741.

HSL color Cylindrical-coordinate representation of color #D54CFC: hue angle of 286.7º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54CFC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21376252-
CMYK0.150.7000.01
HSL286.7º96.7%64.31%-
HSV(B)286.7º69.84%98.82%-
XYZ47.626.3494.67-
YUV137.03192.89182.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 76 (30.08% from 255) = 14.05%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=39.37%
G=14.05%
B=46.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213762520.150.7000.01286.796.764.31
HexD54CFCF460111f6140
Octal3251143741710601437141100
Binary11010101100110011111100111110001100110001111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54CFC; }

 p { color: rgb(213,76,252); }

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

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

 a { background-color: rgb(213,76,252); }

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

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

 span { border-color: rgb(213,76,252); }

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