Html Css Color HEX #D187C6 Orchid

📋 copy color: '#D187C6'

red 209 ◦ green 135 ◦ blue 198

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

Shades of Orchid #D187C6

Tints of Orchid #D187C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.53%

R = 38.56%
G = 24.91%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D187C6 (or 0xD187C6) is known color: Orchid. HEX triplet: D1, 87 and C6. RGB value is (209,135,198). Sum of RGB (Red+Green+Blue) = 209+135+198=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D187C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D187C6 is #2E7839. Grayscale: #A4A4A4. Windows color (decimal): -3045434 or 13010897. OLE color: 13010897.

HSL color Cylindrical-coordinate representation of color #D187C6: hue angle of 308.92º 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 #D187C6 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 135 198 -
CMYK 0 0.35 0.05 0.18
HSL 308.92º 0.45% 0.67% -
HSV(B) 308.92º 0.35% 0.82% -
XYZ 45.15 34.96 57.79 -
YUV 164.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 209 135 198 0 0.35 0.05 0.18 308.92 0.45 0.67
Hex D1 87 C6 0 23 5 12 135 2D 43
Octal 321 207 306 0 43 5 22 465 55 103
Binary 11010001 10000111 11000110 0 100011 101 10010 100110101 101101 1000011

Color Harmonies of #D187C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D187C6

Black with #D187C6

Text Example


Text Example

White with #D187C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D187C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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