#d27edf

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

Shades of Orchid #D27EDF

Tints of Orchid #D27EDF

Color information

#D27EDF (or 0xD27EDF) is unknown color: approx Orchid. HEX triplet: D2, 7E and DF. RGB value is (210,126,223). Sum of RGB (Red+Green+Blue) = 210+126+223=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #D27EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EDF is #2D8120. Grayscale: #A1A1A1. Windows color (decimal): -2982177 or 14646994. OLE color: 14646994.

HSL color Cylindrical-coordinate representation of color #D27EDF: hue angle of 291.96º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27EDF is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210126223-
CMYK0.060.4300.13
HSL291.96º60.25%68.43%-
HSV(B)291.96º43.5%87.45%-
XYZ47.3633.9573.87-
YUV162.17162.33162.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 126 (49.61% from 255) = 22.54%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=37.57%
G=22.54%
B=39.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101262230.060.4300.13291.9660.2568.43
HexD27EDF62B0D1243c44
Octal32217633765301544474104
Binary11010010111111011011111110101011011011001001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d27edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d27edf; }

 p { color: rgb(210,126,223); }

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

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

 a { background-color: rgb(210,126,223); }

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

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

 span { border-color: rgb(210,126,223); }

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