Html Css Color HEX #D184C0 Orchid

📋 copy color: '#D184C0'

red 209 ◦ green 132 ◦ blue 192

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

Shades of Orchid #D184C0

Tints of Orchid #D184C0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.77%

 BLUE value IS 192 (75.39% from 255) = 36.02%

R = 39.21%
G = 24.77%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D184C0 (or 0xD184C0) is known color: Orchid. HEX triplet: D1, 84 and C0. RGB value is (209,132,192). Sum of RGB (Red+Green+Blue) = 209+132+192=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D184C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184C0 is #2E7B3F. Grayscale: #A1A1A1. Windows color (decimal): -3046208 or 12616913. OLE color: 12616913.

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

Color convert

RGB 209 132 192 -
CMYK 0 0.37 0.08 0.18
HSL 313.25º 0.46% 0.67% -
HSV(B) 313.25º 0.37% 0.82% -
XYZ 44.06 33.86 54.08 -
YUV 161.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 209 132 192 0 0.37 0.08 0.18 313.25 0.46 0.67
Hex D1 84 C0 0 25 8 12 139 2E 43
Octal 321 204 300 0 45 10 22 471 56 103
Binary 11010001 10000100 11000000 0 100101 1000 10010 100111001 101110 1000011

Color Harmonies of #D184C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D184C0

Black with #D184C0

Text Example


Text Example

White with #D184C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D184C0; }

 p { color: rgb(209,132,192); }

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

background-color css

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

 a { background-color: rgb(209,132,192); }

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

border-color css

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

 span { border-color: rgb(209,132,192); }

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