Html Css Color HEX #D184DE Orchid

📋 copy color: '#D184DE'

red 209 ◦ green 132 ◦ blue 222

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

Shades of Orchid #D184DE

Tints of Orchid #D184DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 37.12%
G = 23.45%
B = 39.43%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D184DE (or 0xD184DE) is known color: Orchid. HEX triplet: D1, 84 and DE. RGB value is (209,132,222). Sum of RGB (Red+Green+Blue) = 209+132+222=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #D184DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184DE is #2E7B21. Grayscale: #A5A5A5. Windows color (decimal): -3046178 or 14582993. OLE color: 14582993.

HSL color Cylindrical-coordinate representation of color #D184DE: hue angle of 291.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D184DE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 132 222 -
CMYK 0.06 0.41 0 0.13
HSL 291.33º 0.58% 0.69% -
HSV(B) 291.33º 0.41% 0.87% -
XYZ 47.73 35.33 73.41 -
YUV 165.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 209 132 222 0.06 0.41 0 0.13 291.33 0.58 0.69
Hex D1 84 DE 6 29 0 D 123 3A 45
Octal 321 204 336 6 51 0 15 443 72 105
Binary 11010001 10000100 11011110 110 101001 0 1101 100100011 111010 1000101

Color Harmonies of #D184DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D184DE

Black with #D184DE

Text Example


Text Example

White with #D184DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D184DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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