#D463DA

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

Shades of Orchid #D463DA

Tints of Orchid #D463DA

Color information

#D463DA (or 0xD463DA) is unknown color: approx Orchid. HEX triplet: D4, 63 and DA. RGB value is (212,99,218). Sum of RGB (Red+Green+Blue) = 212+99+218=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #D463DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463DA is #2B9C25. Grayscale: #919191. Windows color (decimal): -2858022 or 14312404. OLE color: 14312404.

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

Color convert

RGB21299218-
CMYK0.030.5500.15
HSL296.97º61.66%62.16%-
HSV(B)296.97º54.59%85.49%-
XYZ44.2727.9869.4-
YUV146.35168.44174.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 99 (39.06% from 255) = 18.71%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=40.08%
G=18.71%
B=41.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212992180.030.5500.15296.9761.6662.16
HexD463DA3370F1293e3e
Octal3241433323670174517676
Binary110101001100011110110101111011101111100101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D463DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D463DA; }

 p { color: rgb(212,99,218); }

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

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

 a { background-color: rgb(212,99,218); }

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

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

 span { border-color: rgb(212,99,218); }

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