#D27BD8

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

Shades of Orchid #D27BD8

Tints of Orchid #D27BD8

Color information

#D27BD8 (or 0xD27BD8) is unknown color: approx Orchid. HEX triplet: D2, 7B and D8. RGB value is (210,123,216). Sum of RGB (Red+Green+Blue) = 210+123+216=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #D27BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BD8 is #2D8427. Grayscale: #9F9F9F. Windows color (decimal): -2982952 or 14187474. OLE color: 14187474.

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

Color convert

RGB210123216-
CMYK0.030.4300.15
HSL296.13º54.39%66.47%-
HSV(B)296.13º43.06%84.71%-
XYZ46.0632.8368.87-
YUV159.61159.82163.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.25%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 216 (84.77% from 255) = 39.34%
R=38.25%
G=22.40%
B=39.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101232160.030.4300.15296.1354.3966.47
HexD27BD832B0F1283642
Octal32217333035301745066102
Binary1101001011110111101100011101011011111001010001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27BD8; }

 p { color: rgb(210,123,216); }

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

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

 a { background-color: rgb(210,123,216); }

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

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

 span { border-color: rgb(210,123,216); }

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