Html Css Color HEX #D87CC4 Orchid

📋 copy color: '#D87CC4'

red 216 ◦ green 124 ◦ blue 196

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

Shades of Orchid #D87CC4

Tints of Orchid #D87CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.57%

R = 40.3%
G = 23.13%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D87CC4 (or 0xD87CC4) is known color: Orchid. HEX triplet: D8, 7C and C4. RGB value is (216,124,196). Sum of RGB (Red+Green+Blue) = 216+124+196=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC4 is #27833B. Grayscale: #9F9F9F. Windows color (decimal): -2589500 or 12877016. OLE color: 12877016.

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

Color convert

RGB 216 124 196 -
CMYK 0 0.43 0.09 0.15
HSL 313.04º 0.54% 0.67% -
HSV(B) 313.04º 0.43% 0.85% -
XYZ 45.49 33 56.2 -
YUV 159.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 216 124 196 0 0.43 0.09 0.15 313.04 0.54 0.67
Hex D8 7C C4 0 2B 9 F 139 36 43
Octal 330 174 304 0 53 11 17 471 66 103
Binary 11011000 1111100 11000100 0 101011 1001 1111 100111001 110110 1000011

Color Harmonies of #D87CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CC4

Black with #D87CC4

Text Example


Text Example

White with #D87CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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