Html Css Color HEX #DB7DDB Orchid

📋 copy color: '#DB7DDB'

red 219 ◦ green 125 ◦ blue 219

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

Shades of Orchid #DB7DDB

Tints of Orchid #DB7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.2%

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

R = 38.9%
G = 22.2%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB7DDB (or 0xDB7DDB) is known color: Orchid. HEX triplet: DB, 7D and DB. RGB value is (219,125,219). Sum of RGB (Red+Green+Blue) = 219+125+219=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DDB is #248224. Grayscale: #A3A3A3. Windows color (decimal): -2392613 or 14384603. OLE color: 14384603.

HSL color Cylindrical-coordinate representation of color #DB7DDB: 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.43%. Process color model (Four color, CMYK) of #DB7DDB is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 125 219 -
CMYK 0 0.43 0 0.14
HSL 300º 0.57% 0.67% -
HSV(B) 300º 0.43% 0.86% -
XYZ 49.33 34.84 71.14 -
YUV 163.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 219 125 219 0 0.43 0 0.14 300 0.57 0.67
Hex DB 7D DB 0 2B 0 E 12C 39 43
Octal 333 175 333 0 53 0 16 454 71 103
Binary 11011011 1111101 11011011 0 101011 0 1110 100101100 111001 1000011

Color Harmonies of #DB7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DDB

Black with #DB7DDB

Text Example


Text Example

White with #DB7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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