#D362D2

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

Shades of Orchid #D362D2

Tints of Orchid #D362D2

Color information

#D362D2 (or 0xD362D2) is unknown color: approx Orchid. HEX triplet: D3, 62 and D2. RGB value is (211,98,210). Sum of RGB (Red+Green+Blue) = 211+98+210=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D362D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362D2 is #2C9D2D. Grayscale: #909090. Windows color (decimal): -2923822 or 13787859. OLE color: 13787859.

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

Color convert

RGB21198210-
CMYK00.540.000.17
HSL300.53º56.22%60.59%-
HSV(B)300.53º53.55%82.75%-
XYZ42.8627.2463.97-
YUV144.56164.94175.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 98 (38.67% from 255) = 18.88%
BLUE value IS 210 (82.42% from 255) = 40.46%
R=40.66%
G=18.88%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119821000.540.000.17300.5356.2260.59
HexD362D203601112d383d
Octal3231423220660214557075
Binary110100111100010110100100110110010001100101101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D362D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D362D2; }

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

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

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

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

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

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

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

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