Html Css Color HEX #D87FCB Orchid

📋 copy color: '#D87FCB'

red 216 ◦ green 127 ◦ blue 203

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

Shades of Orchid #D87FCB

Tints of Orchid #D87FCB

RGB

 RED value IS 216 (84.77% from 255) = 39.56%

 GREEN value IS 127 (50% from 255) = 23.26%

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

R = 39.56%
G = 23.26%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D87FCB (or 0xD87FCB) is known color: Orchid. HEX triplet: D8, 7F and CB. RGB value is (216,127,203). Sum of RGB (Red+Green+Blue) = 216+127+203=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FCB is #278034. Grayscale: #A2A2A2. Windows color (decimal): -2588725 or 13336536. OLE color: 13336536.

HSL color Cylindrical-coordinate representation of color #D87FCB: hue angle of 308.76º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87FCB is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 127 203 -
CMYK 0 0.41 0.06 0.15
HSL 308.76º 0.53% 0.67% -
HSV(B) 308.76º 0.41% 0.85% -
XYZ 46.69 34.09 60.62 -
YUV 162.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 216 127 203 0 0.41 0.06 0.15 308.76 0.53 0.67
Hex D8 7F CB 0 29 6 F 135 35 43
Octal 330 177 313 0 51 6 17 465 65 103
Binary 11011000 1111111 11001011 0 101001 110 1111 100110101 110101 1000011

Color Harmonies of #D87FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FCB

Black with #D87FCB

Text Example


Text Example

White with #D87FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FCB; }

 p { color: rgb(216,127,203); }

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

background-color css

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

 a { background-color: rgb(216,127,203); }

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

border-color css

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

 span { border-color: rgb(216,127,203); }

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