#D27DDA

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

Shades of Orchid #D27DDA

Tints of Orchid #D27DDA

Color information

#D27DDA (or 0xD27DDA) is unknown color: approx Orchid. HEX triplet: D2, 7D and DA. RGB value is (210,125,218). Sum of RGB (Red+Green+Blue) = 210+125+218=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #D27DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DDA is #2D8225. Grayscale: #A0A0A0. Windows color (decimal): -2982438 or 14319058. OLE color: 14319058.

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

Color convert

RGB210125218-
CMYK0.040.4300.15
HSL294.84º55.69%67.25%-
HSV(B)294.84º42.66%85.49%-
XYZ46.5733.4370.33-
YUV161.02160.16162.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=37.97%
G=22.60%
B=39.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101252180.040.4300.15294.8455.6967.25
HexD27DDA42B0F1273843
Octal32217533245301744770103
Binary11010010111110111011010100101011011111001001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DDA; }

 p { color: rgb(210,125,218); }

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

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

 a { background-color: rgb(210,125,218); }

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

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

 span { border-color: rgb(210,125,218); }

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