Html Css Color HEX #D184CE Orchid

📋 copy color: '#D184CE'

red 209 ◦ green 132 ◦ blue 206

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

Shades of Orchid #D184CE

Tints of Orchid #D184CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 38.21%
G = 24.13%
B = 37.66%

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

#D184CE (or 0xD184CE) is known color: Orchid. HEX triplet: D1, 84 and CE. RGB value is (209,132,206). Sum of RGB (Red+Green+Blue) = 209+132+206=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D184CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184CE is #2E7B31. Grayscale: #A3A3A3. Windows color (decimal): -3046194 or 13534417. OLE color: 13534417.

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

Color convert

RGB 209 132 206 -
CMYK 0 0.37 0.01 0.18
HSL 302.34º 0.46% 0.67% -
HSV(B) 302.34º 0.37% 0.82% -
XYZ 45.69 34.51 62.65 -
YUV 163.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 209 132 206 0 0.37 0.01 0.18 302.34 0.46 0.67
Hex D1 84 CE 0 25 1 12 12E 2E 43
Octal 321 204 316 0 45 1 22 456 56 103
Binary 11010001 10000100 11001110 0 100101 1 10010 100101110 101110 1000011

Color Harmonies of #D184CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D184CE

Black with #D184CE

Text Example


Text Example

White with #D184CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D184CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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