Html Css Color HEX #D87DDB Orchid

📋 copy color: '#D87DDB'

red 216 ◦ green 125 ◦ blue 219

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

Shades of Orchid #D87DDB

Tints of Orchid #D87DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 38.57%
G = 22.32%
B = 39.11%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D87DDB (or 0xD87DDB) is known color: Orchid. HEX triplet: D8, 7D and DB. RGB value is (216,125,219). Sum of RGB (Red+Green+Blue) = 216+125+219=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #D87DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DDB is #278224. Grayscale: #A2A2A2. Windows color (decimal): -2589221 or 14384600. OLE color: 14384600.

HSL color Cylindrical-coordinate representation of color #D87DDB: hue angle of 298.09º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87DDB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 125 219 -
CMYK 0.01 0.43 0 0.14
HSL 298.09º 0.57% 0.67% -
HSV(B) 298.09º 0.43% 0.86% -
XYZ 48.44 34.38 71.1 -
YUV 162.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 216 125 219 0.01 0.43 0 0.14 298.09 0.57 0.67
Hex D8 7D DB 1 2B 0 E 12A 39 43
Octal 330 175 333 1 53 0 16 452 71 103
Binary 11011000 1111101 11011011 1 101011 0 1110 100101010 111001 1000011

Color Harmonies of #D87DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87DDB

Black with #D87DDB

Text Example


Text Example

White with #D87DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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