Html Css Color HEX #DB8ACF Orchid

📋 copy color: '#DB8ACF'

red 219 ◦ green 138 ◦ blue 207

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

Shades of Orchid #DB8ACF

Tints of Orchid #DB8ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.7%

R = 38.83%
G = 24.47%
B = 36.7%

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

#DB8ACF (or 0xDB8ACF) is known color: Orchid. HEX triplet: DB, 8A and CF. RGB value is (219,138,207). Sum of RGB (Red+Green+Blue) = 219+138+207=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ACF is #247530. Grayscale: #A9A9A9. Windows color (decimal): -2389297 or 13601499. OLE color: 13601499.

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

Color convert

RGB 219 138 207 -
CMYK 0 0.37 0.05 0.14
HSL 308.89º 0.53% 0.7% -
HSV(B) 308.89º 0.37% 0.86% -
XYZ 49.56 37.74 63.7 -
YUV 170.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 219 138 207 0 0.37 0.05 0.14 308.89 0.53 0.7
Hex DB 8A CF 0 25 5 E 135 35 46
Octal 333 212 317 0 45 5 16 465 65 106
Binary 11011011 10001010 11001111 0 100101 101 1110 100110101 110101 1000110

Color Harmonies of #DB8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8ACF

Black with #DB8ACF

Text Example


Text Example

White with #DB8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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