Html Css Color HEX #D161DF Orchid

📋 copy color: '#D161DF'

red 209 ◦ green 97 ◦ blue 223

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

Shades of Orchid #D161DF

Tints of Orchid #D161DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.34%

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 39.51%
G = 18.34%
B = 42.16%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D161DF (or 0xD161DF) is known color: Orchid. HEX triplet: D1, 61 and DF. RGB value is (209,97,223). Sum of RGB (Red+Green+Blue) = 209+97+223=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #D161DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161DF is #2E9E20. Grayscale: #909090. Windows color (decimal): -3055137 or 14639569. OLE color: 14639569.

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

Color convert

RGB 209 97 223 -
CMYK 0.06 0.57 0 0.13
HSL 293.33º 0.66% 0.63% -
HSV(B) 293.33º 0.57% 0.87% -
XYZ 43.89 27.43 72.79 -
YUV 144.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 209 97 223 0.06 0.57 0 0.13 293.33 0.66 0.63
Hex D1 61 DF 6 39 0 D 125 42 3F
Octal 321 141 337 6 71 0 15 445 102 77
Binary 11010001 1100001 11011111 110 111001 0 1101 100100101 1000010 111111

Color Harmonies of #D161DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161DF

Black with #D161DF

Text Example


Text Example

White with #D161DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161DF; }

 p { color: rgb(209,97,223); }

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

background-color css

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

 a { background-color: rgb(209,97,223); }

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

border-color css

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

 span { border-color: rgb(209,97,223); }

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