Html Css Color HEX #D161E1 Orchid

📋 copy color: '#D161E1'

red 209 ◦ green 97 ◦ blue 225

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

Shades of Orchid #D161E1

Tints of Orchid #D161E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.37%

R = 39.36%
G = 18.27%
B = 42.37%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D161E1 (or 0xD161E1) is known color: Orchid. HEX triplet: D1, 61 and E1. RGB value is (209,97,225). Sum of RGB (Red+Green+Blue) = 209+97+225=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #D161E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161E1 is #2E9E1E. Grayscale: #909090. Windows color (decimal): -3055135 or 14770641. OLE color: 14770641.

HSL color Cylindrical-coordinate representation of color #D161E1: hue angle of 292.5º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D161E1 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 97 225 -
CMYK 0.07 0.57 0 0.12
HSL 292.5º 0.68% 0.63% -
HSV(B) 292.5º 0.57% 0.88% -
XYZ 44.16 27.54 74.22 -
YUV 145.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 209 97 225 0.07 0.57 0 0.12 292.5 0.68 0.63
Hex D1 61 E1 7 39 0 C 124 44 3F
Octal 321 141 341 7 71 0 14 444 104 77
Binary 11010001 1100001 11100001 111 111001 0 1100 100100100 1000100 111111

Color Harmonies of #D161E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161E1

Black with #D161E1

Text Example


Text Example

White with #D161E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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