Html Css Color HEX #D187D0 Orchid

📋 copy color: '#D187D0'

red 209 ◦ green 135 ◦ blue 208

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

Shades of Orchid #D187D0

Tints of Orchid #D187D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 37.86%
G = 24.46%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D187D0 (or 0xD187D0) is known color: Orchid. HEX triplet: D1, 87 and D0. RGB value is (209,135,208). Sum of RGB (Red+Green+Blue) = 209+135+208=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D187D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187D0 is #2E782F. Grayscale: #A5A5A5. Windows color (decimal): -3045424 or 13666257. OLE color: 13666257.

HSL color Cylindrical-coordinate representation of color #D187D0: hue angle of 300.81º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D187D0 is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 135 208 -
CMYK 0 0.35 0.00 0.18
HSL 300.81º 0.45% 0.67% -
HSV(B) 300.81º 0.35% 0.82% -
XYZ 46.34 35.44 64.07 -
YUV 165.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 209 135 208 0 0.35 0.00 0.18 300.81 0.45 0.67
Hex D1 87 D0 0 23 0 12 12D 2D 43
Octal 321 207 320 0 43 0 22 455 55 103
Binary 11010001 10000111 11010000 0 100011 0 10010 100101101 101101 1000011

Color Harmonies of #D187D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D187D0

Black with #D187D0

Text Example


Text Example

White with #D187D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D187D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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