#D372C9

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

Shades of Orchid #D372C9

Tints of Orchid #D372C9

Color information

#D372C9 (or 0xD372C9) is unknown color: approx Orchid. HEX triplet: D3, 72 and C9. RGB value is (211,114,201). Sum of RGB (Red+Green+Blue) = 211+114+201=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D372C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372C9 is #2C8D36. Grayscale: #989898. Windows color (decimal): -2919735 or 13202131. OLE color: 13202131.

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

Color convert

RGB211114201-
CMYK00.460.050.17
HSL306.19º52.43%63.73%-
HSV(B)306.19º45.97%82.75%-
XYZ43.4230.158.78-
YUV152.92155.14169.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 114 (44.92% from 255) = 21.67%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=40.11%
G=21.67%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111420100.460.050.17306.1952.4363.73
HexD372C902E5111323440
Octal32316231105652146264100
Binary110100111110010110010010101110101100011001100101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D372C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D372C9; }

 p { color: rgb(211,114,201); }

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

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

 a { background-color: rgb(211,114,201); }

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

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

 span { border-color: rgb(211,114,201); }

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