Html Css Color HEX #DB7EC6 Orchid

📋 copy color: '#DB7EC6'

red 219 ◦ green 126 ◦ blue 198

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

Shades of Orchid #DB7EC6

Tints of Orchid #DB7EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.46%

R = 40.33%
G = 23.2%
B = 36.46%

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

#DB7EC6 (or 0xDB7EC6) is known color: Orchid. HEX triplet: DB, 7E and C6. RGB value is (219,126,198). Sum of RGB (Red+Green+Blue) = 219+126+198=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EC6 is #248139. Grayscale: #A1A1A1. Windows color (decimal): -2392378 or 13008603. OLE color: 13008603.

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

Color convert

RGB 219 126 198 -
CMYK 0 0.42 0.10 0.14
HSL 313.55º 0.56% 0.68% -
HSV(B) 313.55º 0.42% 0.86% -
XYZ 46.87 34.06 57.53 -
YUV 162.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 219 126 198 0 0.42 0.10 0.14 313.55 0.56 0.68
Hex DB 7E C6 0 2A A E 13A 38 44
Octal 333 176 306 0 52 12 16 472 70 104
Binary 11011011 1111110 11000110 0 101010 1010 1110 100111010 111000 1000100

Color Harmonies of #DB7EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EC6

Black with #DB7EC6

Text Example


Text Example

White with #DB7EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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