Html Css Color HEX #DB7EC5 Orchid

📋 copy color: '#DB7EC5'

red 219 ◦ green 126 ◦ blue 197

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

Shades of Orchid #DB7EC5

Tints of Orchid #DB7EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.35%

R = 40.41%
G = 23.25%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB7EC5 (or 0xDB7EC5) is known color: Orchid. HEX triplet: DB, 7E and C5. RGB value is (219,126,197). Sum of RGB (Red+Green+Blue) = 219+126+197=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EC5 is #24813A. Grayscale: #A1A1A1. Windows color (decimal): -2392379 or 12943067. OLE color: 12943067.

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

Color convert

RGB 219 126 197 -
CMYK 0 0.42 0.10 0.14
HSL 314.19º 0.56% 0.68% -
HSV(B) 314.19º 0.42% 0.86% -
XYZ 46.75 34.01 56.92 -
YUV 161.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 219 126 197 0 0.42 0.10 0.14 314.19 0.56 0.68
Hex DB 7E C5 0 2A A E 13A 38 44
Octal 333 176 305 0 52 12 16 472 70 104
Binary 11011011 1111110 11000101 0 101010 1010 1110 100111010 111000 1000100

Color Harmonies of #DB7EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EC5

Black with #DB7EC5

Text Example


Text Example

White with #DB7EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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