Html Css Color HEX #D87CC2 Orchid

📋 copy color: '#D87CC2'

red 216 ◦ green 124 ◦ blue 194

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

Shades of Orchid #D87CC2

Tints of Orchid #D87CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.22%

 BLUE value IS 194 (76.17% from 255) = 36.33%

R = 40.45%
G = 23.22%
B = 36.33%

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

#D87CC2 (or 0xD87CC2) is known color: Orchid. HEX triplet: D8, 7C and C2. RGB value is (216,124,194). Sum of RGB (Red+Green+Blue) = 216+124+194=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC2 is #27833D. Grayscale: #9F9F9F. Windows color (decimal): -2589502 or 12745944. OLE color: 12745944.

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

Color convert

RGB 216 124 194 -
CMYK 0 0.43 0.10 0.15
HSL 314.35º 0.54% 0.67% -
HSV(B) 314.35º 0.43% 0.85% -
XYZ 45.26 32.91 55.01 -
YUV 159.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 216 124 194 0 0.43 0.10 0.15 314.35 0.54 0.67
Hex D8 7C C2 0 2B A F 13A 36 43
Octal 330 174 302 0 53 12 17 472 66 103
Binary 11011000 1111100 11000010 0 101011 1010 1111 100111010 110110 1000011

Color Harmonies of #D87CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CC2

Black with #D87CC2

Text Example


Text Example

White with #D87CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CC2; }

 p { color: rgb(216,124,194); }

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

background-color css

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

 a { background-color: rgb(216,124,194); }

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

border-color css

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

 span { border-color: rgb(216,124,194); }

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