Html Css Color HEX #DB7AD5 Orchid

📋 copy color: '#DB7AD5'

red 219 ◦ green 122 ◦ blue 213

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

Shades of Orchid #DB7AD5

Tints of Orchid #DB7AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 39.53%
G = 22.02%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB7AD5 (or 0xDB7AD5) is known color: Orchid. HEX triplet: DB, 7A and D5. RGB value is (219,122,213). Sum of RGB (Red+Green+Blue) = 219+122+213=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AD5 is #24852A. Grayscale: #A1A1A1. Windows color (decimal): -2393387 or 13990619. OLE color: 13990619.

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

Color convert

RGB 219 122 213 -
CMYK 0 0.44 0.03 0.14
HSL 303.71º 0.57% 0.67% -
HSV(B) 303.71º 0.44% 0.86% -
XYZ 48.18 33.78 66.93 -
YUV 161.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 219 122 213 0 0.44 0.03 0.14 303.71 0.57 0.67
Hex DB 7A D5 0 2C 3 E 130 39 43
Octal 333 172 325 0 54 3 16 460 71 103
Binary 11011011 1111010 11010101 0 101100 11 1110 100110000 111001 1000011

Color Harmonies of #DB7AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AD5

Black with #DB7AD5

Text Example


Text Example

White with #DB7AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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