Html Css Color HEX #DB87CC Orchid

📋 copy color: '#DB87CC'

red 219 ◦ green 135 ◦ blue 204

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

Shades of Orchid #DB87CC

Tints of Orchid #DB87CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 39.25%
G = 24.19%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB87CC (or 0xDB87CC) is known color: Orchid. HEX triplet: DB, 87 and CC. RGB value is (219,135,204). Sum of RGB (Red+Green+Blue) = 219+135+204=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87CC is #247833. Grayscale: #A7A7A7. Windows color (decimal): -2390068 or 13404123. OLE color: 13404123.

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

Color convert

RGB 219 135 204 -
CMYK 0 0.38 0.07 0.14
HSL 310.71º 0.54% 0.69% -
HSV(B) 310.71º 0.38% 0.86% -
XYZ 48.78 36.75 61.65 -
YUV 167.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 219 135 204 0 0.38 0.07 0.14 310.71 0.54 0.69
Hex DB 87 CC 0 26 7 E 137 36 45
Octal 333 207 314 0 46 7 16 467 66 105
Binary 11011011 10000111 11001100 0 100110 111 1110 100110111 110110 1000101

Color Harmonies of #DB87CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB87CC

Black with #DB87CC

Text Example


Text Example

White with #DB87CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB87CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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