#D273DF

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

Shades of Orchid #D273DF

Tints of Orchid #D273DF

Color information

#D273DF (or 0xD273DF) is unknown color: approx Orchid. HEX triplet: D2, 73 and DF. RGB value is (210,115,223). Sum of RGB (Red+Green+Blue) = 210+115+223=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #D273DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273DF is #2D8C20. Grayscale: #9B9B9B. Windows color (decimal): -2984993 or 14644178. OLE color: 14644178.

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

Color convert

RGB210115223-
CMYK0.060.4800.13
HSL292.78º62.79%66.27%-
HSV(B)292.78º48.43%87.45%-
XYZ46.0331.2973.43-
YUV155.72165.97166.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 115 (45.31% from 255) = 20.99%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=38.32%
G=20.99%
B=40.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101152230.060.4800.13292.7862.7966.27
HexD273DF6300D1253f42
Octal32216333766001544577102
Binary11010010111001111011111110110000011011001001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D273DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D273DF; }

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

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

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

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

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

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

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

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