Html Css Color HEX #D987C9 Orchid

📋 copy color: '#D987C9'

red 217 ◦ green 135 ◦ blue 201

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

Shades of Orchid #D987C9

Tints of Orchid #D987C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 39.24%
G = 24.41%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D987C9 (or 0xD987C9) is known color: Orchid. HEX triplet: D9, 87 and C9. RGB value is (217,135,201). Sum of RGB (Red+Green+Blue) = 217+135+201=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D987C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987C9 is #267836. Grayscale: #A6A6A6. Windows color (decimal): -2521143 or 13207513. OLE color: 13207513.

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

Color convert

RGB 217 135 201 -
CMYK 0 0.38 0.07 0.15
HSL 311.71º 0.52% 0.69% -
HSV(B) 311.71º 0.38% 0.85% -
XYZ 47.82 36.3 59.74 -
YUV 167.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 217 135 201 0 0.38 0.07 0.15 311.71 0.52 0.69
Hex D9 87 C9 0 26 7 F 138 34 45
Octal 331 207 311 0 46 7 17 470 64 105
Binary 11011001 10000111 11001001 0 100110 111 1111 100111000 110100 1000101

Color Harmonies of #D987C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D987C9

Black with #D987C9

Text Example


Text Example

White with #D987C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D987C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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