Html Css Color HEX #D87FD2 Orchid

📋 copy color: '#D87FD2'

red 216 ◦ green 127 ◦ blue 210

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

Shades of Orchid #D87FD2

Tints of Orchid #D87FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.97%

R = 39.06%
G = 22.97%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D87FD2 (or 0xD87FD2) is known color: Orchid. HEX triplet: D8, 7F and D2. RGB value is (216,127,210). Sum of RGB (Red+Green+Blue) = 216+127+210=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FD2 is #27802D. Grayscale: #A2A2A2. Windows color (decimal): -2588718 or 13795288. OLE color: 13795288.

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

Color convert

RGB 216 127 210 -
CMYK 0 0.41 0.03 0.15
HSL 304.05º 0.53% 0.67% -
HSV(B) 304.05º 0.41% 0.85% -
XYZ 47.54 34.43 65.11 -
YUV 163.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 216 127 210 0 0.41 0.03 0.15 304.05 0.53 0.67
Hex D8 7F D2 0 29 3 F 130 35 43
Octal 330 177 322 0 51 3 17 460 65 103
Binary 11011000 1111111 11010010 0 101001 11 1111 100110000 110101 1000011

Color Harmonies of #D87FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87FD2

Black with #D87FD2

Text Example


Text Example

White with #D87FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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