#C63CD9

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

Shades of Medium Orchid #C63CD9

Tints of Medium Orchid #C63CD9

Color information

#C63CD9 (or 0xC63CD9) is unknown color: approx Medium Orchid. HEX triplet: C6, 3C and D9. RGB value is (198,60,217). Sum of RGB (Red+Green+Blue) = 198+60+217=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #C63CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CD9 is #39C326. Grayscale: #767676. Windows color (decimal): -3785511 or 14236870. OLE color: 14236870.

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

Color convert

RGB19860217-
CMYK0.090.7200.15
HSL292.74º67.38%54.31%-
HSV(B)292.74º72.35%85.1%-
XYZ37.4320.2567.58-
YUV119.16183.22184.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 60 (23.83% from 255) = 12.63%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=41.68%
G=12.63%
B=45.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198602170.090.7200.15292.7467.3854.31
HexC63CD99480F1254336
Octal306743311111001744510366
Binary110001101111001101100110011001000011111001001011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63CD9; }

 p { color: rgb(198,60,217); }

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

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

 a { background-color: rgb(198,60,217); }

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

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

 span { border-color: rgb(198,60,217); }

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