#C863DB

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

Shades of Medium Orchid #C863DB

Tints of Medium Orchid #C863DB

Color information

#C863DB (or 0xC863DB) is unknown color: approx Medium Orchid. HEX triplet: C8, 63 and DB. RGB value is (200,99,219). Sum of RGB (Red+Green+Blue) = 200+99+219=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #C863DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863DB is #379C24. Grayscale: #8E8E8E. Windows color (decimal): -3644453 or 14377928. OLE color: 14377928.

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

Color convert

RGB20099219-
CMYK0.090.5500.14
HSL290.5º62.5%62.35%-
HSV(B)290.5º54.79%85.88%-
XYZ41.0726.3269.93-
YUV142.88170.96168.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 99 (39.06% from 255) = 19.11%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=38.61%
G=19.11%
B=42.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200992190.090.5500.14290.562.562.35
HexC863DB9370E1223e3e
Octal31014333311670164427676
Binary11001000110001111011011100111011101110100100010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C863DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C863DB; }

 p { color: rgb(200,99,219); }

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

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

 a { background-color: rgb(200,99,219); }

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

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

 span { border-color: rgb(200,99,219); }

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