Html Css Color HEX #D161DD Orchid

📋 copy color: '#D161DD'

red 209 ◦ green 97 ◦ blue 221

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

Shades of Orchid #D161DD

Tints of Orchid #D161DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 39.66%
G = 18.41%
B = 41.94%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D161DD (or 0xD161DD) is known color: Orchid. HEX triplet: D1, 61 and DD. RGB value is (209,97,221). Sum of RGB (Red+Green+Blue) = 209+97+221=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #D161DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161DD is #2E9E22. Grayscale: #909090. Windows color (decimal): -3055139 or 14508497. OLE color: 14508497.

HSL color Cylindrical-coordinate representation of color #D161DD: hue angle of 294.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D161DD is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 97 221 -
CMYK 0.05 0.56 0 0.13
HSL 294.19º 0.65% 0.62% -
HSV(B) 294.19º 0.56% 0.87% -
XYZ 43.62 27.33 71.38 -
YUV 144.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 209 97 221 0.05 0.56 0 0.13 294.19 0.65 0.62
Hex D1 61 DD 5 38 0 D 126 41 3E
Octal 321 141 335 5 70 0 15 446 101 76
Binary 11010001 1100001 11011101 101 111000 0 1101 100100110 1000001 111110

Color Harmonies of #D161DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161DD

Black with #D161DD

Text Example


Text Example

White with #D161DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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