Html Css Color HEX #D87CCD Orchid

📋 copy color: '#D87CCD'

red 216 ◦ green 124 ◦ blue 205

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

Shades of Orchid #D87CCD

Tints of Orchid #D87CCD

RGB

 RED value IS 216 (84.77% from 255) = 39.63%

 GREEN value IS 124 (48.83% from 255) = 22.75%

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 39.63%
G = 22.75%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D87CCD (or 0xD87CCD) is known color: Orchid. HEX triplet: D8, 7C and CD. RGB value is (216,124,205). Sum of RGB (Red+Green+Blue) = 216+124+205=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CCD is #278332. Grayscale: #A0A0A0. Windows color (decimal): -2589491 or 13466840. OLE color: 13466840.

HSL color Cylindrical-coordinate representation of color #D87CCD: hue angle of 307.17º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87CCD is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 124 205 -
CMYK 0 0.43 0.05 0.15
HSL 307.17º 0.54% 0.67% -
HSV(B) 307.17º 0.43% 0.85% -
XYZ 46.55 33.42 61.76 -
YUV 160.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 216 124 205 0 0.43 0.05 0.15 307.17 0.54 0.67
Hex D8 7C CD 0 2B 5 F 133 36 43
Octal 330 174 315 0 53 5 17 463 66 103
Binary 11011000 1111100 11001101 0 101011 101 1111 100110011 110110 1000011

Color Harmonies of #D87CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CCD

Black with #D87CCD

Text Example


Text Example

White with #D87CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CCD; }

 p { color: rgb(216,124,205); }

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

background-color css

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

 a { background-color: rgb(216,124,205); }

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

border-color css

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

 span { border-color: rgb(216,124,205); }

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