Html Css Color HEX #DB87CF Orchid

📋 copy color: '#DB87CF'

red 219 ◦ green 135 ◦ blue 207

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

Shades of Orchid #DB87CF

Tints of Orchid #DB87CF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.06%

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

R = 39.04%
G = 24.06%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB87CF (or 0xDB87CF) is known color: Orchid. HEX triplet: DB, 87 and CF. RGB value is (219,135,207). Sum of RGB (Red+Green+Blue) = 219+135+207=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87CF is #247830. Grayscale: #A8A8A8. Windows color (decimal): -2390065 or 13600731. OLE color: 13600731.

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

Color convert

RGB 219 135 207 -
CMYK 0 0.38 0.05 0.14
HSL 308.57º 0.54% 0.69% -
HSV(B) 308.57º 0.38% 0.86% -
XYZ 49.14 36.89 63.56 -
YUV 168.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 219 135 207 0 0.38 0.05 0.14 308.57 0.54 0.69
Hex DB 87 CF 0 26 5 E 135 36 45
Octal 333 207 317 0 46 5 16 465 66 105
Binary 11011011 10000111 11001111 0 100110 101 1110 100110101 110110 1000101

Color Harmonies of #DB87CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB87CF

Black with #DB87CF

Text Example


Text Example

White with #DB87CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB87CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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