Html Css Color HEX #D187DC Orchid

📋 copy color: '#D187DC'

red 209 ◦ green 135 ◦ blue 220

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

Shades of Orchid #D187DC

Tints of Orchid #D187DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 37.06%
G = 23.94%
B = 39.01%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D187DC (or 0xD187DC) is known color: Orchid. HEX triplet: D1, 87 and DC. RGB value is (209,135,220). Sum of RGB (Red+Green+Blue) = 209+135+220=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #D187DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187DC is #2E7823. Grayscale: #A6A6A6. Windows color (decimal): -3045412 or 14452689. OLE color: 14452689.

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

Color convert

RGB 209 135 220 -
CMYK 0.05 0.39 0 0.14
HSL 292.24º 0.55% 0.7% -
HSV(B) 292.24º 0.39% 0.86% -
XYZ 47.88 36.05 72.15 -
YUV 166.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 209 135 220 0.05 0.39 0 0.14 292.24 0.55 0.7
Hex D1 87 DC 5 27 0 E 124 37 46
Octal 321 207 334 5 47 0 16 444 67 106
Binary 11010001 10000111 11011100 101 100111 0 1110 100100100 110111 1000110

Color Harmonies of #D187DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D187DC

Black with #D187DC

Text Example


Text Example

White with #D187DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D187DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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