#D467F1

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

Shades of Heliotrope #D467F1

Tints of Heliotrope #D467F1

Color information

#D467F1 (or 0xD467F1) is unknown color: approx Heliotrope. HEX triplet: D4, 67 and F1. RGB value is (212,103,241). Sum of RGB (Red+Green+Blue) = 212+103+241=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #D467F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D467F1 is #2B980E. Grayscale: #969696. Windows color (decimal): -2856975 or 15820756. OLE color: 15820756.

HSL color Cylindrical-coordinate representation of color #D467F1: hue angle of 287.39º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D467F1 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212103241-
CMYK0.120.5700.05
HSL287.39º83.13%67.45%-
HSV(B)287.39º57.26%94.51%-
XYZ47.8830.0586.5-
YUV151.32178.61171.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 103 (40.62% from 255) = 18.53%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=38.13%
G=18.53%
B=43.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121032410.120.5700.05287.3983.1367.45
HexD467F1C390511f5343
Octal324147361147105437123103
Binary110101001100111111100011100111001010110001111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D467F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D467F1; }

 p { color: rgb(212,103,241); }

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

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

 a { background-color: rgb(212,103,241); }

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

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

 span { border-color: rgb(212,103,241); }

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