#C863D1

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

Shades of Medium Orchid #C863D1

Tints of Medium Orchid #C863D1

Color information

#C863D1 (or 0xC863D1) is unknown color: approx Medium Orchid. HEX triplet: C8, 63 and D1. RGB value is (200,99,209). Sum of RGB (Red+Green+Blue) = 200+99+209=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #C863D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863D1 is #379C2E. Grayscale: #8D8D8D. Windows color (decimal): -3644463 or 13722568. OLE color: 13722568.

HSL color Cylindrical-coordinate representation of color #C863D1: hue angle of 295.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C863D1 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20099209-
CMYK0.040.5300.18
HSL295.09º54.46%60.39%-
HSV(B)295.09º52.63%81.96%-
XYZ39.7925.8163.21-
YUV141.74165.96169.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 99 (39.06% from 255) = 19.49%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=39.37%
G=19.49%
B=41.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal200992090.040.5300.18295.0954.4660.39
HexC863D1435012127363c
Octal3101433214650224476674
Binary11001000110001111010001100110101010010100100111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C863D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C863D1; }

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

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

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

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

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

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

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

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