Html Css Color HEX #DB86C7 Orchid

📋 copy color: '#DB86C7'

red 219 ◦ green 134 ◦ blue 199

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

Shades of Orchid #DB86C7

Tints of Orchid #DB86C7

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.28%

 BLUE value IS 199 (78.13% from 255) = 36.05%

R = 39.67%
G = 24.28%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB86C7 (or 0xDB86C7) is known color: Orchid. HEX triplet: DB, 86 and C7. RGB value is (219,134,199). Sum of RGB (Red+Green+Blue) = 219+134+199=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86C7 is #247938. Grayscale: #A6A6A6. Windows color (decimal): -2390329 or 13076187. OLE color: 13076187.

HSL color Cylindrical-coordinate representation of color #DB86C7: hue angle of 314.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB86C7 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 134 199 -
CMYK 0 0.39 0.09 0.14
HSL 314.12º 0.54% 0.69% -
HSV(B) 314.12º 0.39% 0.86% -
XYZ 48.05 36.23 58.49 -
YUV 166.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 219 134 199 0 0.39 0.09 0.14 314.12 0.54 0.69
Hex DB 86 C7 0 27 9 E 13A 36 45
Octal 333 206 307 0 47 11 16 472 66 105
Binary 11011011 10000110 11000111 0 100111 1001 1110 100111010 110110 1000101

Color Harmonies of #DB86C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86C7

Black with #DB86C7

Text Example


Text Example

White with #DB86C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86C7; }

 p { color: rgb(219,134,199); }

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

background-color css

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

 a { background-color: rgb(219,134,199); }

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

border-color css

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

 span { border-color: rgb(219,134,199); }

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