#d36abd

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

Shades of Orchid #D36ABD

Tints of Orchid #D36ABD

Color information

#D36ABD (or 0xD36ABD) is unknown color: approx Orchid. HEX triplet: D3, 6A and BD. RGB value is (211,106,189). Sum of RGB (Red+Green+Blue) = 211+106+189=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ABD is #2C9542. Grayscale: #929292. Windows color (decimal): -2921795 or 12413651. OLE color: 12413651.

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

Color convert

RGB211106189-
CMYK00.500.100.17
HSL312.57º54.4%62.16%-
HSV(B)312.57º49.76%82.75%-
XYZ41.227.8351.34-
YUV146.86151.79173.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.70%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=41.70%
G=20.95%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110618900.500.100.17312.5754.462.16
HexD36ABD032A11139363e
Octal32315227506212214716676
Binary110100111101010101111010110010101010001100111001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d36abd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d36abd; }

 p { color: rgb(211,106,189); }

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

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

 a { background-color: rgb(211,106,189); }

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

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

 span { border-color: rgb(211,106,189); }

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