#D362D1

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

Shades of Orchid #D362D1

Tints of Orchid #D362D1

Color information

#D362D1 (or 0xD362D1) is unknown color: approx Orchid. HEX triplet: D3, 62 and D1. RGB value is (211,98,209). Sum of RGB (Red+Green+Blue) = 211+98+209=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D362D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362D1 is #2C9D2E. Grayscale: #909090. Windows color (decimal): -2923823 or 13722323. OLE color: 13722323.

HSL color Cylindrical-coordinate representation of color #D362D1: hue angle of 301.06º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D362D1 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB21198209-
CMYK00.540.010.17
HSL301.06º56.22%60.59%-
HSV(B)301.06º53.55%82.75%-
XYZ42.7427.1963.32-
YUV144.44164.44175.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.73%
GREEN value IS 98 (38.67% from 255) = 18.92%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=40.73%
G=18.92%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119820900.540.010.17301.0656.2260.59
HexD362D103611112d383d
Octal3231423210661214557075
Binary110100111100010110100010110110110001100101101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D362D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D362D1; }

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

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

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

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

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

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

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

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