#D27ADD

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

Shades of Orchid #D27ADD

Tints of Orchid #D27ADD

Color information

#D27ADD (or 0xD27ADD) is unknown color: approx Orchid. HEX triplet: D2, 7A and DD. RGB value is (210,122,221). Sum of RGB (Red+Green+Blue) = 210+122+221=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #D27ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ADD is #2D8522. Grayscale: #9F9F9F. Windows color (decimal): -2983203 or 14514898. OLE color: 14514898.

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

Color convert

RGB210122221-
CMYK0.050.4500.13
HSL293.33º59.28%67.25%-
HSV(B)293.33º44.8%86.67%-
XYZ46.5932.8472.29-
YUV159.6162.65163.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 122 (48.05% from 255) = 22.06%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=37.97%
G=22.06%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101222210.050.4500.13293.3359.2867.25
HexD27ADD52D0D1253b43
Octal32217233555501544573103
Binary11010010111101011011101101101101011011001001011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27ADD; }

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

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

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

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

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

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

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

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