Html Css Color HEX #DB8AC9 Orchid

📋 copy color: '#DB8AC9'

red 219 ◦ green 138 ◦ blue 201

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

Shades of Orchid #DB8AC9

Tints of Orchid #DB8AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.02%

R = 39.25%
G = 24.73%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB8AC9 (or 0xDB8AC9) is known color: Orchid. HEX triplet: DB, 8A and C9. RGB value is (219,138,201). Sum of RGB (Red+Green+Blue) = 219+138+201=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AC9 is #247536. Grayscale: #A9A9A9. Windows color (decimal): -2389303 or 13208283. OLE color: 13208283.

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

Color convert

RGB 219 138 201 -
CMYK 0 0.37 0.08 0.14
HSL 313.33º 0.53% 0.7% -
HSV(B) 313.33º 0.37% 0.86% -
XYZ 48.84 37.45 59.91 -
YUV 169.4 145.84 163.38 -
System Red Green Blue C M Y K H S L
Decimal 219 138 201 0 0.37 0.08 0.14 313.33 0.53 0.7
Hex DB 8A C9 0 25 8 E 139 35 46
Octal 333 212 311 0 45 10 16 471 65 106
Binary 11011011 10001010 11001001 0 100101 1000 1110 100111001 110101 1000110

Color Harmonies of #DB8AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8AC9

Black with #DB8AC9

Text Example


Text Example

White with #DB8AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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