#D663D8

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

Shades of Orchid #D663D8

Tints of Orchid #D663D8

Color information

#D663D8 (or 0xD663D8) is unknown color: approx Orchid. HEX triplet: D6, 63 and D8. RGB value is (214,99,216). Sum of RGB (Red+Green+Blue) = 214+99+216=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #D663D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663D8 is #299C27. Grayscale: #929292. Windows color (decimal): -2726952 or 14181334. OLE color: 14181334.

HSL color Cylindrical-coordinate representation of color #D663D8: hue angle of 298.97º 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 #D663D8 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21499216-
CMYK0.010.5400.15
HSL298.97º60%61.76%-
HSV(B)298.97º54.17%84.71%-
XYZ44.5928.1868.05-
YUV146.72167.1175.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 99 (39.06% from 255) = 18.71%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=40.45%
G=18.71%
B=40.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214992160.010.5400.15298.976061.76
HexD663D81360F12b3c3e
Octal3261433301660174537476
Binary11010110110001111011000111011001111100101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D663D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D663D8; }

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

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

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

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

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

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

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

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