#D361DA

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

Shades of Orchid #D361DA

Tints of Orchid #D361DA

Color information

#D361DA (or 0xD361DA) is unknown color: approx Orchid. HEX triplet: D3, 61 and DA. RGB value is (211,97,218). Sum of RGB (Red+Green+Blue) = 211+97+218=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #D361DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D361DA is #2C9E25. Grayscale: #909090. Windows color (decimal): -2924070 or 14311891. OLE color: 14311891.

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

Color convert

RGB21197218-
CMYK0.030.5600.15
HSL296.53º62.05%61.76%-
HSV(B)296.53º55.5%85.49%-
XYZ43.7927.4669.32-
YUV144.88169.27175.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 97 (38.28% from 255) = 18.44%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=40.11%
G=18.44%
B=41.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211972180.030.5600.15296.5362.0561.76
HexD361DA3380F1293e3e
Octal3231413323700174517676
Binary110100111100001110110101111100001111100101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D361DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D361DA; }

 p { color: rgb(211,97,218); }

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

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

 a { background-color: rgb(211,97,218); }

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

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

 span { border-color: rgb(211,97,218); }

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