Html Css Color HEX #D161D2 Orchid

📋 copy color: '#D161D2'

red 209 ◦ green 97 ◦ blue 210

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

Shades of Orchid #D161D2

Tints of Orchid #D161D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 40.5%
G = 18.8%
B = 40.7%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D161D2 (or 0xD161D2) is known color: Orchid. HEX triplet: D1, 61 and D2. RGB value is (209,97,210). Sum of RGB (Red+Green+Blue) = 209+97+210=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #D161D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161D2 is #2E9E2D. Grayscale: #8F8F8F. Windows color (decimal): -3055150 or 13787601. OLE color: 13787601.

HSL color Cylindrical-coordinate representation of color #D161D2: hue angle of 299.47º degrees, saturation: 0.56, 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 #D161D2 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 97 210 -
CMYK 0.00 0.54 0 0.18
HSL 299.47º 0.56% 0.6% -
HSV(B) 299.47º 0.54% 0.82% -
XYZ 42.2 26.76 63.91 -
YUV 143.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 209 97 210 0.00 0.54 0 0.18 299.47 0.56 0.6
Hex D1 61 D2 0 36 0 12 12B 38 3C
Octal 321 141 322 0 66 0 22 453 70 74
Binary 11010001 1100001 11010010 0 110110 0 10010 100101011 111000 111100

Color Harmonies of #D161D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161D2

Black with #D161D2

Text Example


Text Example

White with #D161D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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