#D373CC

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

Shades of Orchid #D373CC

Tints of Orchid #D373CC

Color information

#D373CC (or 0xD373CC) is unknown color: approx Orchid. HEX triplet: D3, 73 and CC. RGB value is (211,115,204). Sum of RGB (Red+Green+Blue) = 211+115+204=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D373CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373CC is #2C8C33. Grayscale: #999999. Windows color (decimal): -2919476 or 13398995. OLE color: 13398995.

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

Color convert

RGB211115204-
CMYK00.450.030.17
HSL304.38º52.17%63.92%-
HSV(B)304.38º45.5%82.75%-
XYZ43.8930.4760.69-
YUV153.85156.3168.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 115 (45.31% from 255) = 21.70%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=39.81%
G=21.70%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111520400.450.030.17304.3852.1763.92
HexD373CC02D3111303440
Octal32316331405532146064100
Binary11010011111001111001100010110111100011001100001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D373CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D373CC; }

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

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

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

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

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

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

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

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