Html Css Color HEX #DB86CF Orchid

📋 copy color: '#DB86CF'

red 219 ◦ green 134 ◦ blue 207

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

Shades of Orchid #DB86CF

Tints of Orchid #DB86CF

RGB

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

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

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

R = 39.11%
G = 23.93%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB86CF (or 0xDB86CF) is known color: Orchid. HEX triplet: DB, 86 and CF. RGB value is (219,134,207). Sum of RGB (Red+Green+Blue) = 219+134+207=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86CF is #247930. Grayscale: #A7A7A7. Windows color (decimal): -2390321 or 13600475. OLE color: 13600475.

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

Color convert

RGB 219 134 207 -
CMYK 0 0.39 0.05 0.14
HSL 308.47º 0.54% 0.69% -
HSV(B) 308.47º 0.39% 0.86% -
XYZ 49 36.62 63.52 -
YUV 167.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 219 134 207 0 0.39 0.05 0.14 308.47 0.54 0.69
Hex DB 86 CF 0 27 5 E 134 36 45
Octal 333 206 317 0 47 5 16 464 66 105
Binary 11011011 10000110 11001111 0 100111 101 1110 100110100 110110 1000101

Color Harmonies of #DB86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86CF

Black with #DB86CF

Text Example


Text Example

White with #DB86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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