#D271DE

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

Shades of Orchid #D271DE

Tints of Orchid #D271DE

Color information

#D271DE (or 0xD271DE) is unknown color: approx Orchid. HEX triplet: D2, 71 and DE. RGB value is (210,113,222). Sum of RGB (Red+Green+Blue) = 210+113+222=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #D271DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271DE is #2D8E21. Grayscale: #9A9A9A. Windows color (decimal): -2985506 or 14578130. OLE color: 14578130.

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

Color convert

RGB210113222-
CMYK0.050.4900.13
HSL293.39º62.29%65.69%-
HSV(B)293.39º49.1%87.06%-
XYZ45.6730.7972.64-
YUV154.43166.14167.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 113 (44.53% from 255) = 20.73%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=38.53%
G=20.73%
B=40.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101132220.050.4900.13293.3962.2965.69
HexD271DE5310D1253e42
Octal32216133656101544576102
Binary11010010111000111011110101110001011011001001011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D271DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D271DE; }

 p { color: rgb(210,113,222); }

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

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

 a { background-color: rgb(210,113,222); }

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

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

 span { border-color: rgb(210,113,222); }

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