Html Css Color HEX #DD87CA Orchid

📋 copy color: '#DD87CA'

red 221 ◦ green 135 ◦ blue 202

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

Shades of Orchid #DD87CA

Tints of Orchid #DD87CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.2%

R = 39.61%
G = 24.19%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD87CA (or 0xDD87CA) is known color: Orchid. HEX triplet: DD, 87 and CA. RGB value is (221,135,202). Sum of RGB (Red+Green+Blue) = 221+135+202=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87CA is #227835. Grayscale: #A8A8A8. Windows color (decimal): -2258998 or 13273053. OLE color: 13273053.

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

Color convert

RGB 221 135 202 -
CMYK 0 0.39 0.09 0.13
HSL 313.26º 0.56% 0.7% -
HSV(B) 313.26º 0.39% 0.87% -
XYZ 49.14 36.96 60.42 -
YUV 168.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 221 135 202 0 0.39 0.09 0.13 313.26 0.56 0.7
Hex DD 87 CA 0 27 9 D 139 38 46
Octal 335 207 312 0 47 11 15 471 70 106
Binary 11011101 10000111 11001010 0 100111 1001 1101 100111001 111000 1000110

Color Harmonies of #DD87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87CA

Black with #DD87CA

Text Example


Text Example

White with #DD87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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