#D273D5

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

Shades of Orchid #D273D5

Tints of Orchid #D273D5

Color information

#D273D5 (or 0xD273D5) is unknown color: approx Orchid. HEX triplet: D2, 73 and D5. RGB value is (210,115,213). Sum of RGB (Red+Green+Blue) = 210+115+213=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #D273D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273D5 is #2D8C2A. Grayscale: #9A9A9A. Windows color (decimal): -2985003 or 13988818. OLE color: 13988818.

HSL color Cylindrical-coordinate representation of color #D273D5: hue angle of 298.16º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D273D5 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210115213-
CMYK0.010.4600.16
HSL298.16º53.85%64.31%-
HSV(B)298.16º46.01%83.53%-
XYZ44.7230.7766.53-
YUV154.58160.97167.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 115 (45.31% from 255) = 21.38%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=39.03%
G=21.38%
B=39.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101152130.010.4600.16298.1653.8564.31
HexD273D512E01012a3640
Octal32216332515602045266100
Binary1101001011100111101010111011100100001001010101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D273D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D273D5; }

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

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

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

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

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

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

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

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