#DB7EC7

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

Shades of Orchid #DB7EC7

Tints of Orchid #DB7EC7

Color information

#DB7EC7 (or 0xDB7EC7) is unknown color: approx Orchid. HEX triplet: DB, 7E and C7. RGB value is (219,126,199). Sum of RGB (Red+Green+Blue) = 219+126+199=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EC7 is #248138. Grayscale: #A1A1A1. Windows color (decimal): -2392377 or 13074139. OLE color: 13074139.

HSL color Cylindrical-coordinate representation of color #DB7EC7: hue angle of 312.9º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7EC7 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219126199-
CMYK00.420.090.14
HSL312.9º56.36%67.65%-
HSV(B)312.9º42.47%85.88%-
XYZ46.9834.1158.14-
YUV162.13148.81168.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 126 (49.61% from 255) = 23.16%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=40.26%
G=23.16%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912619900.420.090.14312.956.3667.65
HexDB7EC702A9E1393844
Octal333176307052111647170104
Binary110110111111110110001110101010100111101001110011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EC7; }

 p { color: rgb(219,126,199); }

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

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

 a { background-color: rgb(219,126,199); }

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

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

 span { border-color: rgb(219,126,199); }

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