Html Css Color HEX #DB7AD0 Orchid

📋 copy color: '#DB7AD0'

red 219 ◦ green 122 ◦ blue 208

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

Shades of Orchid #DB7AD0

Tints of Orchid #DB7AD0

RGB

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

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

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

R = 39.89%
G = 22.22%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB7AD0 (or 0xDB7AD0) is known color: Orchid. HEX triplet: DB, 7A and D0. RGB value is (219,122,208). Sum of RGB (Red+Green+Blue) = 219+122+208=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AD0 is #24852F. Grayscale: #A0A0A0. Windows color (decimal): -2393392 or 13662939. OLE color: 13662939.

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

Color convert

RGB 219 122 208 -
CMYK 0 0.44 0.05 0.14
HSL 306.8º 0.57% 0.67% -
HSV(B) 306.8º 0.44% 0.86% -
XYZ 47.56 33.53 63.64 -
YUV 160.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 219 122 208 0 0.44 0.05 0.14 306.8 0.57 0.67
Hex DB 7A D0 0 2C 5 E 133 39 43
Octal 333 172 320 0 54 5 16 463 71 103
Binary 11011011 1111010 11010000 0 101100 101 1110 100110011 111001 1000011

Color Harmonies of #DB7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AD0

Black with #DB7AD0

Text Example


Text Example

White with #DB7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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