#D273C9

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

Shades of Orchid #D273C9

Tints of Orchid #D273C9

Color information

#D273C9 (or 0xD273C9) is unknown color: approx Orchid. HEX triplet: D2, 73 and C9. RGB value is (210,115,201). Sum of RGB (Red+Green+Blue) = 210+115+201=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D273C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273C9 is #2D8C36. Grayscale: #989898. Windows color (decimal): -2985015 or 13202386. OLE color: 13202386.

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

Color convert

RGB210115201-
CMYK00.450.040.18
HSL305.68º51.35%63.73%-
HSV(B)305.68º45.24%82.35%-
XYZ43.2530.1858.8-
YUV153.21154.97168.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 115 (45.31% from 255) = 21.86%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=39.92%
G=21.86%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011520100.450.040.18305.6851.3563.73
HexD273C902D4121323340
Octal32216331105542246263100
Binary110100101110011110010010101101100100101001100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D273C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D273C9; }

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

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

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

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

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

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

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

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