Html Css Color HEX #D87DDF Orchid

📋 copy color: '#D87DDF'

red 216 ◦ green 125 ◦ blue 223

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

Shades of Orchid #D87DDF

Tints of Orchid #D87DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.16%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 38.3%
G = 22.16%
B = 39.54%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D87DDF (or 0xD87DDF) is known color: Orchid. HEX triplet: D8, 7D and DF. RGB value is (216,125,223). Sum of RGB (Red+Green+Blue) = 216+125+223=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D87DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DDF is #278220. Grayscale: #A3A3A3. Windows color (decimal): -2589217 or 14646744. OLE color: 14646744.

HSL color Cylindrical-coordinate representation of color #D87DDF: hue angle of 295.71º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87DDF is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 125 223 -
CMYK 0.03 0.44 0 0.13
HSL 295.71º 0.6% 0.68% -
HSV(B) 295.71º 0.44% 0.87% -
XYZ 48.97 34.59 73.91 -
YUV 163.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 216 125 223 0.03 0.44 0 0.13 295.71 0.6 0.68
Hex D8 7D DF 3 2C 0 D 128 3C 44
Octal 330 175 337 3 54 0 15 450 74 104
Binary 11011000 1111101 11011111 11 101100 0 1101 100101000 111100 1000100

Color Harmonies of #D87DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DDF

Black with #D87DDF

Text Example


Text Example

White with #D87DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DDF; }

 p { color: rgb(216,125,223); }

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

background-color css

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

 a { background-color: rgb(216,125,223); }

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

border-color css

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

 span { border-color: rgb(216,125,223); }

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