#D463D8

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

Shades of Orchid #D463D8

Tints of Orchid #D463D8

Color information

#D463D8 (or 0xD463D8) is unknown color: approx Orchid. HEX triplet: D4, 63 and D8. RGB value is (212,99,216). Sum of RGB (Red+Green+Blue) = 212+99+216=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #D463D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463D8 is #2B9C27. Grayscale: #919191. Windows color (decimal): -2858024 or 14181332. OLE color: 14181332.

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

Color convert

RGB21299216-
CMYK0.020.5400.15
HSL297.95º60%61.76%-
HSV(B)297.95º54.17%84.71%-
XYZ44.0127.8868.03-
YUV146.12167.44174.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 99 (39.06% from 255) = 18.79%
BLUE value IS 216 (84.77% from 255) = 40.99%
R=40.23%
G=18.79%
B=40.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212992160.020.5400.15297.956061.76
HexD463D82360F12a3c3e
Octal3241433302660174527476
Binary110101001100011110110001011011001111100101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D463D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D463D8; }

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

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

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

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

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

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

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

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