#D27EDB

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

Shades of Orchid #D27EDB

Tints of Orchid #D27EDB

Color information

#D27EDB (or 0xD27EDB) is unknown color: approx Orchid. HEX triplet: D2, 7E and DB. RGB value is (210,126,219). Sum of RGB (Red+Green+Blue) = 210+126+219=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D27EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EDB is #2D8124. Grayscale: #A1A1A1. Windows color (decimal): -2982181 or 14384850. OLE color: 14384850.

HSL color Cylindrical-coordinate representation of color #D27EDB: hue angle of 294.19º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27EDB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210126219-
CMYK0.040.4200.14
HSL294.19º56.36%67.65%-
HSV(B)294.19º42.47%85.88%-
XYZ46.8333.7471.06-
YUV161.72160.33162.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 126 (49.61% from 255) = 22.70%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=37.84%
G=22.70%
B=39.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101262190.040.4200.14294.1956.3667.65
HexD27EDB42A0E1263844
Octal32217633345201644670104
Binary11010010111111011011011100101010011101001001101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EDB; }

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

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

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

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

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

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

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

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