Html Css Color HEX #DD87D2 Orchid

📋 copy color: '#DD87D2'

red 221 ◦ green 135 ◦ blue 210

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

Shades of Orchid #DD87D2

Tints of Orchid #DD87D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.1%

R = 39.05%
G = 23.85%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD87D2 (or 0xDD87D2) is known color: Orchid. HEX triplet: DD, 87 and D2. RGB value is (221,135,210). Sum of RGB (Red+Green+Blue) = 221+135+210=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87D2 is #22782D. Grayscale: #A9A9A9. Windows color (decimal): -2258990 or 13797341. OLE color: 13797341.

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

Color convert

RGB 221 135 210 -
CMYK 0 0.39 0.05 0.13
HSL 307.67º 0.56% 0.7% -
HSV(B) 307.67º 0.39% 0.87% -
XYZ 50.12 37.35 65.54 -
YUV 169.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 221 135 210 0 0.39 0.05 0.13 307.67 0.56 0.7
Hex DD 87 D2 0 27 5 D 134 38 46
Octal 335 207 322 0 47 5 15 464 70 106
Binary 11011101 10000111 11010010 0 100111 101 1101 100110100 111000 1000110

Color Harmonies of #DD87D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87D2

Black with #DD87D2

Text Example


Text Example

White with #DD87D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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