Html Css Color HEX #D184C9 Orchid

📋 copy color: '#D184C9'

red 209 ◦ green 132 ◦ blue 201

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

Shades of Orchid #D184C9

Tints of Orchid #D184C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.08%

R = 38.56%
G = 24.35%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D184C9 (or 0xD184C9) is known color: Orchid. HEX triplet: D1, 84 and C9. RGB value is (209,132,201). Sum of RGB (Red+Green+Blue) = 209+132+201=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D184C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184C9 is #2E7B36. Grayscale: #A2A2A2. Windows color (decimal): -3046199 or 13206737. OLE color: 13206737.

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

Color convert

RGB 209 132 201 -
CMYK 0 0.37 0.04 0.18
HSL 306.23º 0.46% 0.67% -
HSV(B) 306.23º 0.37% 0.82% -
XYZ 45.09 34.27 59.5 -
YUV 162.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 209 132 201 0 0.37 0.04 0.18 306.23 0.46 0.67
Hex D1 84 C9 0 25 4 12 132 2E 43
Octal 321 204 311 0 45 4 22 462 56 103
Binary 11010001 10000100 11001001 0 100101 100 10010 100110010 101110 1000011

Color Harmonies of #D184C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D184C9

Black with #D184C9

Text Example


Text Example

White with #D184C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D184C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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