Html Css Color HEX #D87DDD Orchid

📋 copy color: '#D87DDD'

red 216 ◦ green 125 ◦ blue 221

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

Shades of Orchid #D87DDD

Tints of Orchid #D87DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 38.43%
G = 22.24%
B = 39.32%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D87DDD (or 0xD87DDD) is known color: Orchid. HEX triplet: D8, 7D and DD. RGB value is (216,125,221). Sum of RGB (Red+Green+Blue) = 216+125+221=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D87DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DDD is #278222. Grayscale: #A2A2A2. Windows color (decimal): -2589219 or 14515672. OLE color: 14515672.

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

Color convert

RGB 216 125 221 -
CMYK 0.02 0.43 0 0.13
HSL 296.88º 0.59% 0.68% -
HSV(B) 296.88º 0.43% 0.87% -
XYZ 48.7 34.49 72.5 -
YUV 163.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 216 125 221 0.02 0.43 0 0.13 296.88 0.59 0.68
Hex D8 7D DD 2 2B 0 D 129 3B 44
Octal 330 175 335 2 53 0 15 451 73 104
Binary 11011000 1111101 11011101 10 101011 0 1101 100101001 111011 1000100

Color Harmonies of #D87DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DDD

Black with #D87DDD

Text Example


Text Example

White with #D87DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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