#D27FD8

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

Shades of Orchid #D27FD8

Tints of Orchid #D27FD8

Color information

#D27FD8 (or 0xD27FD8) is unknown color: approx Orchid. HEX triplet: D2, 7F and D8. RGB value is (210,127,216). Sum of RGB (Red+Green+Blue) = 210+127+216=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #D27FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FD8 is #2D8027. Grayscale: #A1A1A1. Windows color (decimal): -2981928 or 14188498. OLE color: 14188498.

HSL color Cylindrical-coordinate representation of color #D27FD8: hue angle of 295.96º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27FD8 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210127216-
CMYK0.030.4100.15
HSL295.96º53.29%67.25%-
HSV(B)295.96º41.2%84.71%-
XYZ46.5633.8469.04-
YUV161.96158.5162.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=37.97%
G=22.97%
B=39.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101272160.030.4100.15295.9653.2967.25
HexD27FD83290F1283543
Octal32217733035101745065103
Binary1101001011111111101100011101001011111001010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FD8; }

 p { color: rgb(210,127,216); }

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

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

 a { background-color: rgb(210,127,216); }

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

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

 span { border-color: rgb(210,127,216); }

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