#D369D1

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

Shades of Orchid #D369D1

Tints of Orchid #D369D1

Color information

#D369D1 (or 0xD369D1) is unknown color: approx Orchid. HEX triplet: D3, 69 and D1. RGB value is (211,105,209). Sum of RGB (Red+Green+Blue) = 211+105+209=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D369D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369D1 is #2C962E. Grayscale: #949494. Windows color (decimal): -2922031 or 13724115. OLE color: 13724115.

HSL color Cylindrical-coordinate representation of color #D369D1: hue angle of 301.13º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369D1 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211105209-
CMYK00.500.010.17
HSL301.13º54.64%61.96%-
HSV(B)301.13º50.24%82.75%-
XYZ43.4228.5663.54-
YUV148.55162.12172.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.19%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=40.19%
G=20%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110520900.500.010.17301.1354.6461.96
HexD369D103211112d373e
Octal3231513210621214556776
Binary110100111101001110100010110010110001100101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D369D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D369D1; }

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

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

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

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

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

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

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

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