Html Css Color HEX #DB8ACD Orchid

📋 copy color: '#DB8ACD'

red 219 ◦ green 138 ◦ blue 205

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

Shades of Orchid #DB8ACD

Tints of Orchid #DB8ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 38.97%
G = 24.56%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB8ACD (or 0xDB8ACD) is known color: Orchid. HEX triplet: DB, 8A and CD. RGB value is (219,138,205). Sum of RGB (Red+Green+Blue) = 219+138+205=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ACD is #247532. Grayscale: #A9A9A9. Windows color (decimal): -2389299 or 13470427. OLE color: 13470427.

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

Color convert

RGB 219 138 205 -
CMYK 0 0.37 0.06 0.14
HSL 310.37º 0.53% 0.7% -
HSV(B) 310.37º 0.37% 0.86% -
XYZ 49.32 37.64 62.42 -
YUV 169.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 219 138 205 0 0.37 0.06 0.14 310.37 0.53 0.7
Hex DB 8A CD 0 25 6 E 136 35 46
Octal 333 212 315 0 45 6 16 466 65 106
Binary 11011011 10001010 11001101 0 100101 110 1110 100110110 110101 1000110

Color Harmonies of #DB8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8ACD

Black with #DB8ACD

Text Example


Text Example

White with #DB8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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