#D460D3

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

Shades of Orchid #D460D3

Tints of Orchid #D460D3

Color information

#D460D3 (or 0xD460D3) is unknown color: approx Orchid. HEX triplet: D4, 60 and D3. RGB value is (212,96,211). Sum of RGB (Red+Green+Blue) = 212+96+211=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D460D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460D3 is #2B9F2C. Grayscale: #8F8F8F. Windows color (decimal): -2858797 or 13852884. OLE color: 13852884.

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

Color convert

RGB21296211-
CMYK00.550.000.17
HSL300.52º57.43%60.39%-
HSV(B)300.52º54.72%83.14%-
XYZ43.0927.0764.58-
YUV143.79165.93176.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 96 (37.89% from 255) = 18.50%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=40.85%
G=18.50%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129621100.550.000.17300.5257.4360.39
HexD460D303701112d393c
Octal3241403230670214557174
Binary110101001100000110100110110111010001100101101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D460D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D460D3; }

 p { color: rgb(212,96,211); }

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

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

 a { background-color: rgb(212,96,211); }

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

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

 span { border-color: rgb(212,96,211); }

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