#C63EF5

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

Shades of Medium Orchid #C63EF5

Tints of Medium Orchid #C63EF5

Color information

#C63EF5 (or 0xC63EF5) is unknown color: approx Medium Orchid. HEX triplet: C6, 3E and F5. RGB value is (198,62,245). Sum of RGB (Red+Green+Blue) = 198+62+245=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #C63EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EF5 is #39C10A. Grayscale: #7A7A7A. Windows color (decimal): -3784971 or 16072390. OLE color: 16072390.

HSL color Cylindrical-coordinate representation of color #C63EF5: hue angle of 284.59º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63EF5 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19862245-
CMYK0.190.7500.04
HSL284.59º90.15%60.2%-
HSV(B)284.59º74.69%96.08%-
XYZ41.4922.0488.45-
YUV123.53196.56181.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 62 (24.61% from 255) = 12.28%
BLUE value IS 245 (96.09% from 255) = 48.51%
R=39.21%
G=12.28%
B=48.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal198622450.190.7500.04284.5990.1560.2
HexC63EF5134B0411d5a3c
Octal30676365231130443513274
Binary110001101111101111010110011100101101001000111011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63EF5; }

 p { color: rgb(198,62,245); }

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

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

 a { background-color: rgb(198,62,245); }

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

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

 span { border-color: rgb(198,62,245); }

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