Html Css Color HEX #DB8AD0 Orchid

📋 copy color: '#DB8AD0'

red 219 ◦ green 138 ◦ blue 208

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

Shades of Orchid #DB8AD0

Tints of Orchid #DB8AD0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.42%

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

R = 38.76%
G = 24.42%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB8AD0 (or 0xDB8AD0) is known color: Orchid. HEX triplet: DB, 8A and D0. RGB value is (219,138,208). Sum of RGB (Red+Green+Blue) = 219+138+208=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AD0 is #24752F. Grayscale: #AAAAAA. Windows color (decimal): -2389296 or 13667035. OLE color: 13667035.

HSL color Cylindrical-coordinate representation of color #DB8AD0: hue angle of 308.15º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8AD0 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 138 208 -
CMYK 0 0.37 0.05 0.14
HSL 308.15º 0.53% 0.7% -
HSV(B) 308.15º 0.37% 0.86% -
XYZ 49.69 37.79 64.35 -
YUV 170.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 219 138 208 0 0.37 0.05 0.14 308.15 0.53 0.7
Hex DB 8A D0 0 25 5 E 134 35 46
Octal 333 212 320 0 45 5 16 464 65 106
Binary 11011011 10001010 11010000 0 100101 101 1110 100110100 110101 1000110

Color Harmonies of #DB8AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8AD0

Black with #DB8AD0

Text Example


Text Example

White with #DB8AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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