#D273DA

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

Shades of Orchid #D273DA

Tints of Orchid #D273DA

Color information

#D273DA (or 0xD273DA) is unknown color: approx Orchid. HEX triplet: D2, 73 and DA. RGB value is (210,115,218). Sum of RGB (Red+Green+Blue) = 210+115+218=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D273DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273DA is #2D8C25. Grayscale: #9A9A9A. Windows color (decimal): -2984998 or 14316498. OLE color: 14316498.

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

Color convert

RGB210115218-
CMYK0.040.4700.15
HSL295.34º58.19%65.29%-
HSV(B)295.34º47.25%85.49%-
XYZ45.3631.0369.93-
YUV155.15163.47167.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 115 (45.31% from 255) = 21.18%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=38.67%
G=21.18%
B=40.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101152180.040.4700.15295.3458.1965.29
HexD273DA42F0F1273a41
Octal32216333245701744772101
Binary11010010111001111011010100101111011111001001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D273DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D273DA; }

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

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

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

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

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

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

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

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