Html Css Color HEX #D161DB Orchid

📋 copy color: '#D161DB'

red 209 ◦ green 97 ◦ blue 219

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

Shades of Orchid #D161DB

Tints of Orchid #D161DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 39.81%
G = 18.48%
B = 41.71%

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

#D161DB (or 0xD161DB) is known color: Orchid. HEX triplet: D1, 61 and DB. RGB value is (209,97,219). Sum of RGB (Red+Green+Blue) = 209+97+219=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #D161DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161DB is #2E9E24. Grayscale: #909090. Windows color (decimal): -3055141 or 14377425. OLE color: 14377425.

HSL color Cylindrical-coordinate representation of color #D161DB: hue angle of 295.08º degrees, saturation: 0.63, 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 #D161DB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 97 219 -
CMYK 0.05 0.56 0 0.14
HSL 295.08º 0.63% 0.62% -
HSV(B) 295.08º 0.56% 0.86% -
XYZ 43.36 27.22 69.99 -
YUV 144.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 209 97 219 0.05 0.56 0 0.14 295.08 0.63 0.62
Hex D1 61 DB 5 38 0 E 127 3F 3E
Octal 321 141 333 5 70 0 16 447 77 76
Binary 11010001 1100001 11011011 101 111000 0 1110 100100111 111111 111110

Color Harmonies of #D161DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161DB

Black with #D161DB

Text Example


Text Example

White with #D161DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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