#D273BC

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

Shades of Orchid #D273BC

Tints of Orchid #D273BC

Color information

#D273BC (or 0xD273BC) is unknown color: approx Orchid. HEX triplet: D2, 73 and BC. RGB value is (210,115,188). Sum of RGB (Red+Green+Blue) = 210+115+188=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D273BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273BC is #2D8C43. Grayscale: #979797. Windows color (decimal): -2985028 or 12350418. OLE color: 12350418.

HSL color Cylindrical-coordinate representation of color #D273BC: hue angle of 313.89º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D273BC is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210115188-
CMYK00.450.100.18
HSL313.89º51.35%63.73%-
HSV(B)313.89º45.24%82.35%-
XYZ41.7929.5951.09-
YUV151.73148.47169.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 115 (45.31% from 255) = 22.42%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=40.94%
G=22.42%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011518800.450.100.18313.8951.3563.73
HexD273BC02DA1213a3340
Octal322163274055122247263100
Binary1101001011100111011110001011011010100101001110101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D273BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D273BC; }

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

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

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

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

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

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

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

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