Html Css Color HEX #D987CE Orchid

📋 copy color: '#D987CE'

red 217 ◦ green 135 ◦ blue 206

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

Shades of Orchid #D987CE

Tints of Orchid #D987CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 38.89%
G = 24.19%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D987CE (or 0xD987CE) is known color: Orchid. HEX triplet: D9, 87 and CE. RGB value is (217,135,206). Sum of RGB (Red+Green+Blue) = 217+135+206=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D987CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987CE is #267831. Grayscale: #A7A7A7. Windows color (decimal): -2521138 or 13535193. OLE color: 13535193.

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

Color convert

RGB 217 135 206 -
CMYK 0 0.38 0.05 0.15
HSL 308.05º 0.52% 0.69% -
HSV(B) 308.05º 0.38% 0.85% -
XYZ 48.42 36.54 62.89 -
YUV 167.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 217 135 206 0 0.38 0.05 0.15 308.05 0.52 0.69
Hex D9 87 CE 0 26 5 F 134 34 45
Octal 331 207 316 0 46 5 17 464 64 105
Binary 11011001 10000111 11001110 0 100110 101 1111 100110100 110100 1000101

Color Harmonies of #D987CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D987CE

Black with #D987CE

Text Example


Text Example

White with #D987CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D987CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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