Html Css Color HEX #DB7EDB Orchid

📋 copy color: '#DB7EDB'

red 219 ◦ green 126 ◦ blue 219

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

Shades of Orchid #DB7EDB

Tints of Orchid #DB7EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 38.83%
G = 22.34%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB7EDB (or 0xDB7EDB) is known color: Orchid. HEX triplet: DB, 7E and DB. RGB value is (219,126,219). Sum of RGB (Red+Green+Blue) = 219+126+219=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EDB is #248124. Grayscale: #A4A4A4. Windows color (decimal): -2392357 or 14384859. OLE color: 14384859.

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

Color convert

RGB 219 126 219 -
CMYK 0 0.42 0 0.14
HSL 300º 0.56% 0.68% -
HSV(B) 300º 0.42% 0.86% -
XYZ 49.46 35.1 71.19 -
YUV 164.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 219 126 219 0 0.42 0 0.14 300 0.56 0.68
Hex DB 7E DB 0 2A 0 E 12C 38 44
Octal 333 176 333 0 52 0 16 454 70 104
Binary 11011011 1111110 11011011 0 101010 0 1110 100101100 111000 1000100

Color Harmonies of #DB7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EDB

Black with #DB7EDB

Text Example


Text Example

White with #DB7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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