#C63FFD

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

Shades of Medium Orchid #C63FFD

Tints of Medium Orchid #C63FFD

Color information

#C63FFD (or 0xC63FFD) is unknown color: approx Medium Orchid. HEX triplet: C6, 3F and FD. RGB value is (198,63,253). Sum of RGB (Red+Green+Blue) = 198+63+253=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #C63FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FFD is #39C002. Grayscale: #7C7C7C. Windows color (decimal): -3784707 or 16596934. OLE color: 16596934.

HSL color Cylindrical-coordinate representation of color #C63FFD: hue angle of 282.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63FFD is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19863253-
CMYK0.220.7500.01
HSL282.63º97.94%61.96%-
HSV(B)282.63º75.1%99.22%-
XYZ42.822.6595.05-
YUV125.02200.23180.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 63 (25% from 255) = 12.26%
BLUE value IS 253 (99.22% from 255) = 49.22%
R=38.52%
G=12.26%
B=49.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal198632530.220.7500.01282.6397.9461.96
HexC63FFD164B0111b623e
Octal30677375261130143314276
Binary1100011011111111111101101101001011011000110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63FFD; }

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

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

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

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

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

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

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

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