Html Css Color HEX #DD87DD Orchid

📋 copy color: '#DD87DD'

red 221 ◦ green 135 ◦ blue 221

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

Shades of Orchid #DD87DD

Tints of Orchid #DD87DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 38.3%
G = 23.4%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD87DD (or 0xDD87DD) is known color: Orchid. HEX triplet: DD, 87 and DD. RGB value is (221,135,221). Sum of RGB (Red+Green+Blue) = 221+135+221=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87DD is #227822. Grayscale: #AAAAAA. Windows color (decimal): -2258979 or 14518237. OLE color: 14518237.

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

Color convert

RGB 221 135 221 -
CMYK 0 0.39 0 0.13
HSL 300º 0.56% 0.7% -
HSV(B) 300º 0.39% 0.87% -
XYZ 51.53 37.92 73.01 -
YUV 170.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 221 135 221 0 0.39 0 0.13 300 0.56 0.7
Hex DD 87 DD 0 27 0 D 12C 38 46
Octal 335 207 335 0 47 0 15 454 70 106
Binary 11011101 10000111 11011101 0 100111 0 1101 100101100 111000 1000110

Color Harmonies of #DD87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87DD

Black with #DD87DD

Text Example


Text Example

White with #DD87DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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