Html Css Color HEX #D161CE Orchid

📋 copy color: '#D161CE'

red 209 ◦ green 97 ◦ blue 206

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

Shades of Orchid #D161CE

Tints of Orchid #D161CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 40.82%
G = 18.95%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D161CE (or 0xD161CE) is known color: Orchid. HEX triplet: D1, 61 and CE. RGB value is (209,97,206). Sum of RGB (Red+Green+Blue) = 209+97+206=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D161CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161CE is #2E9E31. Grayscale: #8E8E8E. Windows color (decimal): -3055154 or 13525457. OLE color: 13525457.

HSL color Cylindrical-coordinate representation of color #D161CE: hue angle of 301.61º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D161CE is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 97 206 -
CMYK 0 0.54 0.01 0.18
HSL 301.61º 0.55% 0.6% -
HSV(B) 301.61º 0.54% 0.82% -
XYZ 41.71 26.56 61.32 -
YUV 142.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 209 97 206 0 0.54 0.01 0.18 301.61 0.55 0.6
Hex D1 61 CE 0 36 1 12 12E 37 3C
Octal 321 141 316 0 66 1 22 456 67 74
Binary 11010001 1100001 11001110 0 110110 1 10010 100101110 110111 111100

Color Harmonies of #D161CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161CE

Black with #D161CE

Text Example


Text Example

White with #D161CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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