Html Css Color HEX #DB7DD0 Orchid

📋 copy color: '#DB7DD0'

red 219 ◦ green 125 ◦ blue 208

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

Shades of Orchid #DB7DD0

Tints of Orchid #DB7DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 39.67%
G = 22.64%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB7DD0 (or 0xDB7DD0) is known color: Orchid. HEX triplet: DB, 7D and D0. RGB value is (219,125,208). Sum of RGB (Red+Green+Blue) = 219+125+208=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DD0 is #24822F. Grayscale: #A2A2A2. Windows color (decimal): -2392624 or 13663707. OLE color: 13663707.

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

Color convert

RGB 219 125 208 -
CMYK 0 0.43 0.05 0.14
HSL 307.02º 0.57% 0.67% -
HSV(B) 307.02º 0.43% 0.86% -
XYZ 47.93 34.28 63.77 -
YUV 162.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 219 125 208 0 0.43 0.05 0.14 307.02 0.57 0.67
Hex DB 7D D0 0 2B 5 E 133 39 43
Octal 333 175 320 0 53 5 16 463 71 103
Binary 11011011 1111101 11010000 0 101011 101 1110 100110011 111001 1000011

Color Harmonies of #DB7DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DD0

Black with #DB7DD0

Text Example


Text Example

White with #DB7DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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