#DB7DCD

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

Shades of Orchid #DB7DCD

Tints of Orchid #DB7DCD

Color information

#DB7DCD (or 0xDB7DCD) is unknown color: approx Orchid. HEX triplet: DB, 7D and CD. RGB value is (219,125,205). Sum of RGB (Red+Green+Blue) = 219+125+205=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DCD is #248232. Grayscale: #A2A2A2. Windows color (decimal): -2392627 or 13467099. OLE color: 13467099.

HSL color Cylindrical-coordinate representation of color #DB7DCD: hue angle of 308.94º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DCD is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB219125205-
CMYK00.430.060.14
HSL308.94º56.63%67.45%-
HSV(B)308.94º42.92%85.88%-
XYZ47.5734.1461.84-
YUV162.23152.14168.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 125 (49.22% from 255) = 22.77%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=39.89%
G=22.77%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912520500.430.060.14308.9456.6367.45
HexDB7DCD02B6E1353943
Octal33317531505361646571103
Binary11011011111110111001101010101111011101001101011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DCD; }

 p { color: rgb(219,125,205); }

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

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

 a { background-color: rgb(219,125,205); }

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

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

 span { border-color: rgb(219,125,205); }

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