Html Css Color HEX #DD87DB Orchid

📋 copy color: '#DD87DB'

red 221 ◦ green 135 ◦ blue 219

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

Shades of Orchid #DD87DB

Tints of Orchid #DD87DB

RGB

 RED value IS 221 (86.72% from 255) = 38.43%

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

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 38.43%
G = 23.48%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD87DB (or 0xDD87DB) is known color: Orchid. HEX triplet: DD, 87 and DB. RGB value is (221,135,219). Sum of RGB (Red+Green+Blue) = 221+135+219=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87DB is #227824. Grayscale: #AAAAAA. Windows color (decimal): -2258981 or 14387165. OLE color: 14387165.

HSL color Cylindrical-coordinate representation of color #DD87DB: hue angle of 301.4º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD87DB is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 219 -
CMYK 0 0.39 0.01 0.13
HSL 301.4º 0.56% 0.7% -
HSV(B) 301.4º 0.39% 0.87% -
XYZ 51.27 37.81 71.61 -
YUV 170.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 221 135 219 0 0.39 0.01 0.13 301.4 0.56 0.7
Hex DD 87 DB 0 27 1 D 12D 38 46
Octal 335 207 333 0 47 1 15 455 70 106
Binary 11011101 10000111 11011011 0 100111 1 1101 100101101 111000 1000110

Color Harmonies of #DD87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87DB

Black with #DD87DB

Text Example


Text Example

White with #DD87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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