Html Css Color HEX #D87CCF Orchid

📋 copy color: '#D87CCF'

red 216 ◦ green 124 ◦ blue 207

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

Shades of Orchid #D87CCF

Tints of Orchid #D87CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 39.49%
G = 22.67%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D87CCF (or 0xD87CCF) is known color: Orchid. HEX triplet: D8, 7C and CF. RGB value is (216,124,207). Sum of RGB (Red+Green+Blue) = 216+124+207=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CCF is #278330. Grayscale: #A0A0A0. Windows color (decimal): -2589489 or 13597912. OLE color: 13597912.

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

Color convert

RGB 216 124 207 -
CMYK 0 0.43 0.04 0.15
HSL 305.87º 0.54% 0.67% -
HSV(B) 305.87º 0.43% 0.85% -
XYZ 46.79 33.52 63.04 -
YUV 160.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 216 124 207 0 0.43 0.04 0.15 305.87 0.54 0.67
Hex D8 7C CF 0 2B 4 F 132 36 43
Octal 330 174 317 0 53 4 17 462 66 103
Binary 11011000 1111100 11001111 0 101011 100 1111 100110010 110110 1000011

Color Harmonies of #D87CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CCF

Black with #D87CCF

Text Example


Text Example

White with #D87CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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