#D385DB

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

Shades of Orchid #D385DB

Tints of Orchid #D385DB

Color information

#D385DB (or 0xD385DB) is unknown color: approx Orchid. HEX triplet: D3, 85 and DB. RGB value is (211,133,219). Sum of RGB (Red+Green+Blue) = 211+133+219=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #D385DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385DB is #2C7A24. Grayscale: #A5A5A5. Windows color (decimal): -2914853 or 14386643. OLE color: 14386643.

HSL color Cylindrical-coordinate representation of color #D385DB: hue angle of 294.42º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D385DB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211133219-
CMYK0.040.3900.14
HSL294.42º54.43%69.02%-
HSV(B)294.42º39.27%85.88%-
XYZ48.0435.7471.38-
YUV166.13157.84160.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.48%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=37.48%
G=23.62%
B=38.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111332190.040.3900.14294.4254.4369.02
HexD385DB4270E1263645
Octal32320533344701644666105
Binary110100111000010111011011100100111011101001001101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385DB; }

 p { color: rgb(211,133,219); }

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

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

 a { background-color: rgb(211,133,219); }

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

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

 span { border-color: rgb(211,133,219); }

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