Html Css Color HEX #D161DE Orchid

📋 copy color: '#D161DE'

red 209 ◦ green 97 ◦ blue 222

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

Shades of Orchid #D161DE

Tints of Orchid #D161DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 39.58%
G = 18.37%
B = 42.05%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D161DE (or 0xD161DE) is known color: Orchid. HEX triplet: D1, 61 and DE. RGB value is (209,97,222). Sum of RGB (Red+Green+Blue) = 209+97+222=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #D161DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161DE is #2E9E21. Grayscale: #909090. Windows color (decimal): -3055138 or 14574033. OLE color: 14574033.

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

Color convert

RGB 209 97 222 -
CMYK 0.06 0.56 0 0.13
HSL 293.76º 0.65% 0.63% -
HSV(B) 293.76º 0.56% 0.87% -
XYZ 43.75 27.38 72.09 -
YUV 144.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 209 97 222 0.06 0.56 0 0.13 293.76 0.65 0.63
Hex D1 61 DE 6 38 0 D 126 41 3F
Octal 321 141 336 6 70 0 15 446 101 77
Binary 11010001 1100001 11011110 110 111000 0 1101 100100110 1000001 111111

Color Harmonies of #D161DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161DE

Black with #D161DE

Text Example


Text Example

White with #D161DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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