#D27EC2

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

Shades of Orchid #D27EC2

Tints of Orchid #D27EC2

Color information

#D27EC2 (or 0xD27EC2) is unknown color: approx Orchid. HEX triplet: D2, 7E and C2. RGB value is (210,126,194). Sum of RGB (Red+Green+Blue) = 210+126+194=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EC2 is #2D813D. Grayscale: #9E9E9E. Windows color (decimal): -2982206 or 12746450. OLE color: 12746450.

HSL color Cylindrical-coordinate representation of color #D27EC2: hue angle of 311.43º 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 #D27EC2 is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB210126194-
CMYK00.40.080.18
HSL311.43º48.28%65.88%-
HSV(B)311.43º40%82.35%-
XYZ43.7832.5255.01-
YUV158.87147.83164.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 126 (49.61% from 255) = 23.77%
BLUE value IS 194 (76.17% from 255) = 36.60%
R=39.62%
G=23.77%
B=36.60%

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
Decimal21012619400.40.080.18311.4348.2865.88
HexD27EC20288121373042
Octal322176302050102246760102
Binary1101001011111101100001001010001000100101001101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EC2; }

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

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

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

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

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

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

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

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