Html Css Color HEX #DB7BDB Orchid

📋 copy color: '#DB7BDB'

red 219 ◦ green 123 ◦ blue 219

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

Shades of Orchid #DB7BDB

Tints of Orchid #DB7BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

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

R = 39.04%
G = 21.93%
B = 39.04%

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

#DB7BDB (or 0xDB7BDB) is known color: Orchid. HEX triplet: DB, 7B and DB. RGB value is (219,123,219). Sum of RGB (Red+Green+Blue) = 219+123+219=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BDB is #248424. Grayscale: #A2A2A2. Windows color (decimal): -2393125 or 14384091. OLE color: 14384091.

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

Color convert

RGB 219 123 219 -
CMYK 0 0.44 0 0.14
HSL 300º 0.57% 0.67% -
HSV(B) 300º 0.44% 0.86% -
XYZ 49.08 34.34 71.06 -
YUV 162.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 219 123 219 0 0.44 0 0.14 300 0.57 0.67
Hex DB 7B DB 0 2C 0 E 12C 39 43
Octal 333 173 333 0 54 0 16 454 71 103
Binary 11011011 1111011 11011011 0 101100 0 1110 100101100 111001 1000011

Color Harmonies of #DB7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BDB

Black with #DB7BDB

Text Example


Text Example

White with #DB7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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