Html Css Color HEX #D987C7 Orchid

📋 copy color: '#D987C7'

red 217 ◦ green 135 ◦ blue 199

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

Shades of Orchid #D987C7

Tints of Orchid #D987C7

RGB

 RED value IS 217 (85.16% from 255) = 39.38%

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

 BLUE value IS 199 (78.13% from 255) = 36.12%

R = 39.38%
G = 24.5%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D987C7 (or 0xD987C7) is known color: Orchid. HEX triplet: D9, 87 and C7. RGB value is (217,135,199). Sum of RGB (Red+Green+Blue) = 217+135+199=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D987C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987C7 is #267838. Grayscale: #A6A6A6. Windows color (decimal): -2521145 or 13076441. OLE color: 13076441.

HSL color Cylindrical-coordinate representation of color #D987C7: hue angle of 313.17º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D987C7 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 135 199 -
CMYK 0 0.38 0.08 0.15
HSL 313.17º 0.52% 0.69% -
HSV(B) 313.17º 0.38% 0.85% -
XYZ 47.59 36.2 58.51 -
YUV 166.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 217 135 199 0 0.38 0.08 0.15 313.17 0.52 0.69
Hex D9 87 C7 0 26 8 F 139 34 45
Octal 331 207 307 0 46 10 17 471 64 105
Binary 11011001 10000111 11000111 0 100110 1000 1111 100111001 110100 1000101

Color Harmonies of #D987C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D987C7

Black with #D987C7

Text Example


Text Example

White with #D987C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D987C7; }

 p { color: rgb(217,135,199); }

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

background-color css

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

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

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

border-color css

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

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

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