#D27DFF

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

Shades of Heliotrope #D27DFF

Tints of Heliotrope #D27DFF

Color information

#D27DFF (or 0xD27DFF) is unknown color: approx Heliotrope. HEX triplet: D2, 7D and FF. RGB value is (210,125,255). Sum of RGB (Red+Green+Blue) = 210+125+255=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #D27DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DFF is #2D8200. Grayscale: #A4A4A4. Windows color (decimal): -2982401 or 16743890. OLE color: 16743890.

HSL color Cylindrical-coordinate representation of color #D27DFF: hue angle of 279.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27DFF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210125255-
CMYK0.180.5100
HSL279.23º100%74.51%-
HSV(B)279.23º50.98%100%-
XYZ51.9635.5998.74-
YUV165.24178.66159.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 125 (49.22% from 255) = 21.19%
BLUE value IS 255 (100% from 255) = 43.22%
R=35.59%
G=21.19%
B=43.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101252550.180.5100279.2310074.51
HexD27DFF123300117644b
Octal322175377226300427144113
Binary11010010111110111111111100101100110010001011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DFF; }

 p { color: rgb(210,125,255); }

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

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

 a { background-color: rgb(210,125,255); }

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

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

 span { border-color: rgb(210,125,255); }

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