Html Css Color HEX #D187DB Orchid

📋 copy color: '#D187DB'

red 209 ◦ green 135 ◦ blue 219

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

Shades of Orchid #D187DB

Tints of Orchid #D187DB

RGB

 RED value IS 209 (82.03% from 255) = 37.12%

 GREEN value IS 135 (53.13% from 255) = 23.98%

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

R = 37.12%
G = 23.98%
B = 38.9%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D187DB (or 0xD187DB) is known color: Orchid. HEX triplet: D1, 87 and DB. RGB value is (209,135,219). Sum of RGB (Red+Green+Blue) = 209+135+219=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #D187DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187DB is #2E7824. Grayscale: #A6A6A6. Windows color (decimal): -3045413 or 14387153. OLE color: 14387153.

HSL color Cylindrical-coordinate representation of color #D187DB: hue angle of 292.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D187DB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 135 219 -
CMYK 0.05 0.38 0 0.14
HSL 292.86º 0.54% 0.69% -
HSV(B) 292.86º 0.38% 0.86% -
XYZ 47.74 36 71.45 -
YUV 166.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 209 135 219 0.05 0.38 0 0.14 292.86 0.54 0.69
Hex D1 87 DB 5 26 0 E 125 36 45
Octal 321 207 333 5 46 0 16 445 66 105
Binary 11010001 10000111 11011011 101 100110 0 1110 100100101 110110 1000101

Color Harmonies of #D187DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D187DB

Black with #D187DB

Text Example


Text Example

White with #D187DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D187DB; }

 p { color: rgb(209,135,219); }

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

background-color css

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

 a { background-color: rgb(209,135,219); }

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

border-color css

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

 span { border-color: rgb(209,135,219); }

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