#D461D8

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

Shades of Orchid #D461D8

Tints of Orchid #D461D8

Color information

#D461D8 (or 0xD461D8) is unknown color: approx Orchid. HEX triplet: D4, 61 and D8. RGB value is (212,97,216). Sum of RGB (Red+Green+Blue) = 212+97+216=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #D461D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461D8 is #2B9E27. Grayscale: #909090. Windows color (decimal): -2858536 or 14180820. OLE color: 14180820.

HSL color Cylindrical-coordinate representation of color #D461D8: hue angle of 297.98º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D461D8 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21297216-
CMYK0.020.5500.15
HSL297.98º60.41%61.37%-
HSV(B)297.98º55.09%84.71%-
XYZ43.8227.567.97-
YUV144.95168.1175.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 97 (38.28% from 255) = 18.48%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=40.38%
G=18.48%
B=41.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212972160.020.5500.15297.9860.4161.37
HexD461D82370F12a3c3d
Octal3241413302670174527475
Binary110101001100001110110001011011101111100101010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461D8; }

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

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

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

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

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

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

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

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