Html Css Color HEX #D987CD Orchid

📋 copy color: '#D987CD'

red 217 ◦ green 135 ◦ blue 205

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

Shades of Orchid #D987CD

Tints of Orchid #D987CD

RGB

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

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

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

R = 38.96%
G = 24.24%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D987CD (or 0xD987CD) is known color: Orchid. HEX triplet: D9, 87 and CD. RGB value is (217,135,205). Sum of RGB (Red+Green+Blue) = 217+135+205=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D987CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987CD is #267832. Grayscale: #A7A7A7. Windows color (decimal): -2521139 or 13469657. OLE color: 13469657.

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

Color convert

RGB 217 135 205 -
CMYK 0 0.38 0.06 0.15
HSL 308.78º 0.52% 0.69% -
HSV(B) 308.78º 0.38% 0.85% -
XYZ 48.3 36.49 62.25 -
YUV 167.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 217 135 205 0 0.38 0.06 0.15 308.78 0.52 0.69
Hex D9 87 CD 0 26 6 F 135 34 45
Octal 331 207 315 0 46 6 17 465 64 105
Binary 11011001 10000111 11001101 0 100110 110 1111 100110101 110100 1000101

Color Harmonies of #D987CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D987CD

Black with #D987CD

Text Example


Text Example

White with #D987CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D987CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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