#D373CF

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

Shades of Orchid #D373CF

Tints of Orchid #D373CF

Color information

#D373CF (or 0xD373CF) is unknown color: approx Orchid. HEX triplet: D3, 73 and CF. RGB value is (211,115,207). Sum of RGB (Red+Green+Blue) = 211+115+207=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D373CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373CF is #2C8C30. Grayscale: #999999. Windows color (decimal): -2919473 or 13595603. OLE color: 13595603.

HSL color Cylindrical-coordinate representation of color #D373CF: hue angle of 302.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D373CF is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211115207-
CMYK00.450.020.17
HSL302.5º52.17%63.92%-
HSV(B)302.5º45.5%82.75%-
XYZ44.2630.6262.61-
YUV154.19157.8168.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.59%
GREEN value IS 115 (45.31% from 255) = 21.58%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=39.59%
G=21.58%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111520700.450.020.17302.552.1763.92
HexD373CF02D21112e3440
Octal32316331705522145664100
Binary11010011111001111001111010110110100011001011101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D373CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D373CF; }

 p { color: rgb(211,115,207); }

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

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

 a { background-color: rgb(211,115,207); }

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

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

 span { border-color: rgb(211,115,207); }

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