Html Css Color HEX #D184C7 Orchid

📋 copy color: '#D184C7'

red 209 ◦ green 132 ◦ blue 199

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

Shades of Orchid #D184C7

Tints of Orchid #D184C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 38.7%
G = 24.44%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D184C7 (or 0xD184C7) is known color: Orchid. HEX triplet: D1, 84 and C7. RGB value is (209,132,199). Sum of RGB (Red+Green+Blue) = 209+132+199=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D184C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184C7 is #2E7B38. Grayscale: #A2A2A2. Windows color (decimal): -3046201 or 13075665. OLE color: 13075665.

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

Color convert

RGB 209 132 199 -
CMYK 0 0.37 0.05 0.18
HSL 307.79º 0.46% 0.67% -
HSV(B) 307.79º 0.37% 0.82% -
XYZ 44.85 34.18 58.27 -
YUV 162.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 209 132 199 0 0.37 0.05 0.18 307.79 0.46 0.67
Hex D1 84 C7 0 25 5 12 134 2E 43
Octal 321 204 307 0 45 5 22 464 56 103
Binary 11010001 10000100 11000111 0 100101 101 10010 100110100 101110 1000011

Color Harmonies of #D184C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D184C7

Black with #D184C7

Text Example


Text Example

White with #D184C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D184C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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