Html Css Color HEX #DD87D5 Orchid

📋 copy color: '#DD87D5'

red 221 ◦ green 135 ◦ blue 213

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

Shades of Orchid #DD87D5

Tints of Orchid #DD87D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.43%

R = 38.84%
G = 23.73%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD87D5 (or 0xDD87D5) is known color: Orchid. HEX triplet: DD, 87 and D5. RGB value is (221,135,213). Sum of RGB (Red+Green+Blue) = 221+135+213=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87D5 is #22782A. Grayscale: #A9A9A9. Windows color (decimal): -2258987 or 13993949. OLE color: 13993949.

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

Color convert

RGB 221 135 213 -
CMYK 0 0.39 0.04 0.13
HSL 305.58º 0.56% 0.7% -
HSV(B) 305.58º 0.39% 0.87% -
XYZ 50.49 37.5 67.53 -
YUV 169.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 221 135 213 0 0.39 0.04 0.13 305.58 0.56 0.7
Hex DD 87 D5 0 27 4 D 132 38 46
Octal 335 207 325 0 47 4 15 462 70 106
Binary 11011101 10000111 11010101 0 100111 100 1101 100110010 111000 1000110

Color Harmonies of #DD87D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87D5

Black with #DD87D5

Text Example


Text Example

White with #DD87D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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