#D27AFD

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

Shades of Heliotrope #D27AFD

Tints of Heliotrope #D27AFD

Color information

#D27AFD (or 0xD27AFD) is unknown color: approx Heliotrope. HEX triplet: D2, 7A and FD. RGB value is (210,122,253). Sum of RGB (Red+Green+Blue) = 210+122+253=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #D27AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27AFD is #2D8502. Grayscale: #A2A2A2. Windows color (decimal): -2983171 or 16612050. OLE color: 16612050.

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

Color convert

RGB210122253-
CMYK0.170.5200.01
HSL280.31º97.04%73.53%-
HSV(B)280.31º51.78%99.22%-
XYZ51.2734.7196.93-
YUV163.25178.65161.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 122 (48.05% from 255) = 20.85%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=35.90%
G=20.85%
B=43.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101222530.170.5200.01280.3197.0473.53
HexD27AFD113401118614a
Octal322172375216401430141112
Binary11010010111101011111101100011101000110001100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27AFD; }

 p { color: rgb(210,122,253); }

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

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

 a { background-color: rgb(210,122,253); }

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

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

 span { border-color: rgb(210,122,253); }

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