#D273C7

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

Shades of Orchid #D273C7

Tints of Orchid #D273C7

Color information

#D273C7 (or 0xD273C7) is unknown color: approx Orchid. HEX triplet: D2, 73 and C7. RGB value is (210,115,199). Sum of RGB (Red+Green+Blue) = 210+115+199=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D273C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273C7 is #2D8C38. Grayscale: #989898. Windows color (decimal): -2985017 or 13071314. OLE color: 13071314.

HSL color Cylindrical-coordinate representation of color #D273C7: hue angle of 306.95º 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 #D273C7 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB210115199-
CMYK00.450.050.18
HSL306.95º51.35%63.73%-
HSV(B)306.95º45.24%82.35%-
XYZ43.0230.0957.57-
YUV152.98153.97168.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 115 (45.31% from 255) = 21.95%
BLUE value IS 199 (78.12% from 255) = 37.98%
R=40.08%
G=21.95%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011519900.450.050.18306.9551.3563.73
HexD273C702D5121333340
Octal32216330705552246363100
Binary110100101110011110001110101101101100101001100111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D273C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D273C7; }

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

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

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

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

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

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

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

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