#D27BDD

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

Shades of Orchid #D27BDD

Tints of Orchid #D27BDD

Color information

#D27BDD (or 0xD27BDD) is unknown color: approx Orchid. HEX triplet: D2, 7B and DD. RGB value is (210,123,221). Sum of RGB (Red+Green+Blue) = 210+123+221=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #D27BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BDD is #2D8422. Grayscale: #9F9F9F. Windows color (decimal): -2982947 or 14515154. OLE color: 14515154.

HSL color Cylindrical-coordinate representation of color #D27BDD: hue angle of 293.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27BDD is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210123221-
CMYK0.050.4400.13
HSL293.27º59.04%67.45%-
HSV(B)293.27º44.34%86.67%-
XYZ46.7133.0972.33-
YUV160.18162.32163.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.91%
GREEN value IS 123 (48.44% from 255) = 22.20%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=37.91%
G=22.20%
B=39.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101232210.050.4400.13293.2759.0467.45
HexD27BDD52C0D1253b43
Octal32217333555401544573103
Binary11010010111101111011101101101100011011001001011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27BDD; }

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

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

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

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

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

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

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

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