Html Css Color HEX #D87BC3 Orchid

📋 copy color: '#D87BC3'

red 216 ◦ green 123 ◦ blue 195

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

Shades of Orchid #D87BC3

Tints of Orchid #D87BC3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.03%

 BLUE value IS 195 (76.56% from 255) = 36.52%

R = 40.45%
G = 23.03%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D87BC3 (or 0xD87BC3) is known color: Orchid. HEX triplet: D8, 7B and C3. RGB value is (216,123,195). Sum of RGB (Red+Green+Blue) = 216+123+195=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BC3 is #27843C. Grayscale: #9E9E9E. Windows color (decimal): -2589757 or 12811224. OLE color: 12811224.

HSL color Cylindrical-coordinate representation of color #D87BC3: hue angle of 313.55º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BC3 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 123 195 -
CMYK 0 0.43 0.10 0.15
HSL 313.55º 0.54% 0.66% -
HSV(B) 313.55º 0.43% 0.85% -
XYZ 45.25 32.7 55.56 -
YUV 159.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 216 123 195 0 0.43 0.10 0.15 313.55 0.54 0.66
Hex D8 7B C3 0 2B A F 13A 36 42
Octal 330 173 303 0 53 12 17 472 66 102
Binary 11011000 1111011 11000011 0 101011 1010 1111 100111010 110110 1000010

Color Harmonies of #D87BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87BC3

Black with #D87BC3

Text Example


Text Example

White with #D87BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87BC3; }

 p { color: rgb(216,123,195); }

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

background-color css

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

 a { background-color: rgb(216,123,195); }

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

border-color css

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

 span { border-color: rgb(216,123,195); }

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