Html Css Color HEX #D987CB Orchid

📋 copy color: '#D987CB'

red 217 ◦ green 135 ◦ blue 203

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

Shades of Orchid #D987CB

Tints of Orchid #D987CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 39.1%
G = 24.32%
B = 36.58%

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

#D987CB (or 0xD987CB) is known color: Orchid. HEX triplet: D9, 87 and CB. RGB value is (217,135,203). Sum of RGB (Red+Green+Blue) = 217+135+203=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D987CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987CB is #267834. Grayscale: #A7A7A7. Windows color (decimal): -2521141 or 13338585. OLE color: 13338585.

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

Color convert

RGB 217 135 203 -
CMYK 0 0.38 0.06 0.15
HSL 310.24º 0.52% 0.69% -
HSV(B) 310.24º 0.38% 0.85% -
XYZ 48.06 36.39 60.99 -
YUV 167.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 217 135 203 0 0.38 0.06 0.15 310.24 0.52 0.69
Hex D9 87 CB 0 26 6 F 136 34 45
Octal 331 207 313 0 46 6 17 466 64 105
Binary 11011001 10000111 11001011 0 100110 110 1111 100110110 110100 1000101

Color Harmonies of #D987CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D987CB

Black with #D987CB

Text Example


Text Example

White with #D987CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D987CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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