#D461D1

Color #D461D1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D461D1

Tints of Orchid #D461D1

Color information

#D461D1 (or 0xD461D1) is unknown color: approx Orchid. HEX triplet: D4, 61 and D1. RGB value is (212,97,209). Sum of RGB (Red+Green+Blue) = 212+97+209=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D461D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461D1 is #2B9E2E. Grayscale: #8F8F8F. Windows color (decimal): -2858543 or 13722068. OLE color: 13722068.

HSL color Cylindrical-coordinate representation of color #D461D1: hue angle of 301.57º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D461D1 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB21297209-
CMYK00.540.010.17
HSL301.57º57.21%60.59%-
HSV(B)301.57º54.25%83.14%-
XYZ42.9327.1563.3-
YUV144.15164.6176.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=40.93%
G=18.73%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129720900.540.010.17301.5757.2160.59
HexD461D103611112e393d
Octal3241413210661214567175
Binary110101001100001110100010110110110001100101110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461D1; }

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

 H1.HeaderClassName
 {
   color: #D461D1;
 }
 .AnyTagClassName
 {
   color: #D461D1;
 }
</style>
background-color css

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

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

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

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

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

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