#D362D8

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

Shades of Orchid #D362D8

Tints of Orchid #D362D8

Color information

#D362D8 (or 0xD362D8) is unknown color: approx Orchid. HEX triplet: D3, 62 and D8. RGB value is (211,98,216). Sum of RGB (Red+Green+Blue) = 211+98+216=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #D362D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362D8 is #2C9D27. Grayscale: #909090. Windows color (decimal): -2923816 or 14181075. OLE color: 14181075.

HSL color Cylindrical-coordinate representation of color #D362D8: hue angle of 297.46º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D362D8 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21198216-
CMYK0.020.5500.15
HSL297.46º60.2%61.57%-
HSV(B)297.46º54.63%84.71%-
XYZ43.6327.5467.98-
YUV145.24167.94174.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.19%
GREEN value IS 98 (38.67% from 255) = 18.67%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=40.19%
G=18.67%
B=41.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211982160.020.5500.15297.4660.261.57
HexD362D82370F1293c3e
Octal3231423302670174517476
Binary110100111100010110110001011011101111100101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D362D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D362D8; }

 p { color: rgb(211,98,216); }

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

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

 a { background-color: rgb(211,98,216); }

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

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

 span { border-color: rgb(211,98,216); }

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