Html Css Color HEX #DB7ADB Orchid

📋 copy color: '#DB7ADB'

red 219 ◦ green 122 ◦ blue 219

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

Shades of Orchid #DB7ADB

Tints of Orchid #DB7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.79%

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

R = 39.11%
G = 21.79%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB7ADB (or 0xDB7ADB) is known color: Orchid. HEX triplet: DB, 7A and DB. RGB value is (219,122,219). Sum of RGB (Red+Green+Blue) = 219+122+219=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB7ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ADB is #248524. Grayscale: #A1A1A1. Windows color (decimal): -2393381 or 14383835. OLE color: 14383835.

HSL color Cylindrical-coordinate representation of color #DB7ADB: hue angle of 300º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7ADB is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 219 -
CMYK 0 0.44 0 0.14
HSL 300º 0.57% 0.67% -
HSV(B) 300º 0.44% 0.86% -
XYZ 48.96 34.09 71.02 -
YUV 162.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 219 122 219 0 0.44 0 0.14 300 0.57 0.67
Hex DB 7A DB 0 2C 0 E 12C 39 43
Octal 333 172 333 0 54 0 16 454 71 103
Binary 11011011 1111010 11011011 0 101100 0 1110 100101100 111001 1000011

Color Harmonies of #DB7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ADB

Black with #DB7ADB

Text Example


Text Example

White with #DB7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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