Html Css Color HEX #D184D5 Orchid

📋 copy color: '#D184D5'

red 209 ◦ green 132 ◦ blue 213

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

Shades of Orchid #D184D5

Tints of Orchid #D184D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 37.73%
G = 23.83%
B = 38.45%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D184D5 (or 0xD184D5) is known color: Orchid. HEX triplet: D1, 84 and D5. RGB value is (209,132,213). Sum of RGB (Red+Green+Blue) = 209+132+213=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #D184D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184D5 is #2E7B2A. Grayscale: #A4A4A4. Windows color (decimal): -3046187 or 13993169. OLE color: 13993169.

HSL color Cylindrical-coordinate representation of color #D184D5: hue angle of 297.04º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D184D5 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 132 213 -
CMYK 0.02 0.38 0 0.16
HSL 297.04º 0.49% 0.68% -
HSV(B) 297.04º 0.38% 0.84% -
XYZ 46.56 34.86 67.23 -
YUV 164.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 209 132 213 0.02 0.38 0 0.16 297.04 0.49 0.68
Hex D1 84 D5 2 26 0 10 129 31 44
Octal 321 204 325 2 46 0 20 451 61 104
Binary 11010001 10000100 11010101 10 100110 0 10000 100101001 110001 1000100

Color Harmonies of #D184D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D184D5

Black with #D184D5

Text Example


Text Example

White with #D184D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D184D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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