#D369BB

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

Shades of Orchid #D369BB

Tints of Orchid #D369BB

Color information

#D369BB (or 0xD369BB) is unknown color: approx Orchid. HEX triplet: D3, 69 and BB. RGB value is (211,105,187). Sum of RGB (Red+Green+Blue) = 211+105+187=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D369BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369BB is #2C9644. Grayscale: #919191. Windows color (decimal): -2922053 or 12282323. OLE color: 12282323.

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

Color convert

RGB211105187-
CMYK00.500.110.17
HSL313.58º54.64%61.96%-
HSV(B)313.58º50.24%82.75%-
XYZ40.8927.5450.17-
YUV146.04151.12174.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.95%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=41.95%
G=20.87%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110518700.500.110.17313.5854.6461.96
HexD369BB032B1113a373e
Octal32315127306213214726776
Binary110100111101001101110110110010101110001100111010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D369BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D369BB; }

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

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

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

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

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

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

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

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