Html Css Color HEX #D184CF Orchid

📋 copy color: '#D184CF'

red 209 ◦ green 132 ◦ blue 207

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

Shades of Orchid #D184CF

Tints of Orchid #D184CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 38.14%
G = 24.09%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D184CF (or 0xD184CF) is known color: Orchid. HEX triplet: D1, 84 and CF. RGB value is (209,132,207). Sum of RGB (Red+Green+Blue) = 209+132+207=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D184CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184CF is #2E7B30. Grayscale: #A3A3A3. Windows color (decimal): -3046193 or 13599953. OLE color: 13599953.

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

Color convert

RGB 209 132 207 -
CMYK 0 0.37 0.01 0.18
HSL 301.56º 0.46% 0.67% -
HSV(B) 301.56º 0.37% 0.82% -
XYZ 45.81 34.56 63.29 -
YUV 163.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 209 132 207 0 0.37 0.01 0.18 301.56 0.46 0.67
Hex D1 84 CF 0 25 1 12 12E 2E 43
Octal 321 204 317 0 45 1 22 456 56 103
Binary 11010001 10000100 11001111 0 100101 1 10010 100101110 101110 1000011

Color Harmonies of #D184CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D184CF

Black with #D184CF

Text Example


Text Example

White with #D184CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D184CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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