Html Css Color HEX #D161DC Orchid

📋 copy color: '#D161DC'

red 209 ◦ green 97 ◦ blue 220

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

Shades of Orchid #D161DC

Tints of Orchid #D161DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 39.73%
G = 18.44%
B = 41.83%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D161DC (or 0xD161DC) is known color: Orchid. HEX triplet: D1, 61 and DC. RGB value is (209,97,220). Sum of RGB (Red+Green+Blue) = 209+97+220=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #D161DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161DC is #2E9E23. Grayscale: #909090. Windows color (decimal): -3055140 or 14442961. OLE color: 14442961.

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

Color convert

RGB 209 97 220 -
CMYK 0.05 0.56 0 0.14
HSL 294.63º 0.64% 0.62% -
HSV(B) 294.63º 0.56% 0.86% -
XYZ 43.49 27.27 70.68 -
YUV 144.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 209 97 220 0.05 0.56 0 0.14 294.63 0.64 0.62
Hex D1 61 DC 5 38 0 E 127 40 3E
Octal 321 141 334 5 70 0 16 447 100 76
Binary 11010001 1100001 11011100 101 111000 0 1110 100100111 1000000 111110

Color Harmonies of #D161DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161DC

Black with #D161DC

Text Example


Text Example

White with #D161DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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