Html Css Color HEX #DD87CB Orchid

📋 copy color: '#DD87CB'

red 221 ◦ green 135 ◦ blue 203

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

Shades of Orchid #DD87CB

Tints of Orchid #DD87CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 39.53%
G = 24.15%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD87CB (or 0xDD87CB) is known color: Orchid. HEX triplet: DD, 87 and CB. RGB value is (221,135,203). Sum of RGB (Red+Green+Blue) = 221+135+203=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87CB is #227834. Grayscale: #A8A8A8. Windows color (decimal): -2258997 or 13338589. OLE color: 13338589.

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

Color convert

RGB 221 135 203 -
CMYK 0 0.39 0.08 0.13
HSL 312.56º 0.56% 0.7% -
HSV(B) 312.56º 0.39% 0.87% -
XYZ 49.26 37.01 61.05 -
YUV 168.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 221 135 203 0 0.39 0.08 0.13 312.56 0.56 0.7
Hex DD 87 CB 0 27 8 D 139 38 46
Octal 335 207 313 0 47 10 15 471 70 106
Binary 11011101 10000111 11001011 0 100111 1000 1101 100111001 111000 1000110

Color Harmonies of #DD87CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD87CB

Black with #DD87CB

Text Example


Text Example

White with #DD87CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD87CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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