#D27EC1

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

Shades of Orchid #D27EC1

Tints of Orchid #D27EC1

Color information

#D27EC1 (or 0xD27EC1) is unknown color: approx Orchid. HEX triplet: D2, 7E and C1. RGB value is (210,126,193). Sum of RGB (Red+Green+Blue) = 210+126+193=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EC1 is #2D813E. Grayscale: #9E9E9E. Windows color (decimal): -2982207 or 12680914. OLE color: 12680914.

HSL color Cylindrical-coordinate representation of color #D27EC1: hue angle of 312.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27EC1 is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB210126193-
CMYK00.40.080.18
HSL312.14º48.28%65.88%-
HSV(B)312.14º40%82.35%-
XYZ43.6632.4754.42-
YUV158.75147.33164.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 126 (49.61% from 255) = 23.82%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=39.70%
G=23.82%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012619300.40.080.18312.1448.2865.88
HexD27EC10288121383042
Octal322176301050102247060102
Binary1101001011111101100000101010001000100101001110001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EC1; }

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

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

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

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

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

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

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

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