Html Css Color HEX #DB7EC1 Orchid

📋 copy color: '#DB7EC1'

red 219 ◦ green 126 ◦ blue 193

#DB7EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DB7EC1

Tints of Orchid #DB7EC1

RGB

 RED value IS 219 (85.94% from 255) = 40.71%

 GREEN value IS 126 (49.61% from 255) = 23.42%

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 40.71%
G = 23.42%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB7EC1 (or 0xDB7EC1) is known color: Orchid. HEX triplet: DB, 7E and C1. RGB value is (219,126,193). Sum of RGB (Red+Green+Blue) = 219+126+193=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EC1 is #24813E. Grayscale: #A1A1A1. Windows color (decimal): -2392383 or 12680923. OLE color: 12680923.

HSL color Cylindrical-coordinate representation of color #DB7EC1: hue angle of 316.77º 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 #DB7EC1 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 126 193 -
CMYK 0 0.42 0.12 0.14
HSL 316.77º 0.56% 0.68% -
HSV(B) 316.77º 0.42% 0.86% -
XYZ 46.3 33.83 54.54 -
YUV 161.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 219 126 193 0 0.42 0.12 0.14 316.77 0.56 0.68
Hex DB 7E C1 0 2A C E 13D 38 44
Octal 333 176 301 0 52 14 16 475 70 104
Binary 11011011 1111110 11000001 0 101010 1100 1110 100111101 111000 1000100

Color Harmonies of #DB7EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EC1

Black with #DB7EC1

Text Example


Text Example

White with #DB7EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EC1; }

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

 H1.HeaderClassName
 {
   color: #DB7EC1;
 }
 .AnyTagClassName
 {
   color: #DB7EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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