Html Css Color HEX #D184D4 Orchid

📋 copy color: '#D184D4'

red 209 ◦ green 132 ◦ blue 212

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

Shades of Orchid #D184D4

Tints of Orchid #D184D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.34%

R = 37.79%
G = 23.87%
B = 38.34%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D184D4 (or 0xD184D4) is known color: Orchid. HEX triplet: D1, 84 and D4. RGB value is (209,132,212). Sum of RGB (Red+Green+Blue) = 209+132+212=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 212 - color contains mainly: blue. Hex color #D184D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184D4 is #2E7B2B. Grayscale: #A3A3A3. Windows color (decimal): -3046188 or 13927633. OLE color: 13927633.

HSL color Cylindrical-coordinate representation of color #D184D4: hue angle of 297.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D184D4 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 132 212 -
CMYK 0.01 0.38 0 0.17
HSL 297.75º 0.48% 0.67% -
HSV(B) 297.75º 0.38% 0.83% -
XYZ 46.43 34.81 66.56 -
YUV 164.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 209 132 212 0.01 0.38 0 0.17 297.75 0.48 0.67
Hex D1 84 D4 1 26 0 11 12A 30 43
Octal 321 204 324 1 46 0 21 452 60 103
Binary 11010001 10000100 11010100 1 100110 0 10001 100101010 110000 1000011

Color Harmonies of #D184D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D184D4

Black with #D184D4

Text Example


Text Example

White with #D184D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D184D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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