#C63FEA

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

Shades of Medium Orchid #C63FEA

Tints of Medium Orchid #C63FEA

Color information

#C63FEA (or 0xC63FEA) is unknown color: approx Medium Orchid. HEX triplet: C6, 3F and EA. RGB value is (198,63,234). Sum of RGB (Red+Green+Blue) = 198+63+234=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #C63FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FEA is #39C015. Grayscale: #7A7A7A. Windows color (decimal): -3784726 or 15351750. OLE color: 15351750.

HSL color Cylindrical-coordinate representation of color #C63FEA: hue angle of 287.37º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63FEA is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19863234-
CMYK0.150.7300.08
HSL287.37º80.28%58.24%-
HSV(B)287.37º73.08%91.76%-
XYZ39.9221.579.89-
YUV122.86190.73181.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 63 (25% from 255) = 12.73%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=40%
G=12.73%
B=47.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198632340.150.7300.08287.3780.2858.24
HexC63FEAF490811f503a
Octal306773521711101043712072
Binary110001101111111110101011111001001010001000111111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63FEA; }

 p { color: rgb(198,63,234); }

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

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

 a { background-color: rgb(198,63,234); }

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

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

 span { border-color: rgb(198,63,234); }

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