#C63FD3

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

Shades of Medium Orchid #C63FD3

Tints of Medium Orchid #C63FD3

Color information

#C63FD3 (or 0xC63FD3) is unknown color: approx Medium Orchid. HEX triplet: C6, 3F and D3. RGB value is (198,63,211). Sum of RGB (Red+Green+Blue) = 198+63+211=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #C63FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FD3 is #39C02C. Grayscale: #777777. Windows color (decimal): -3784749 or 13844422. OLE color: 13844422.

HSL color Cylindrical-coordinate representation of color #C63FD3: hue angle of 294.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63FD3 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19863211-
CMYK0.060.7000.17
HSL294.73º62.71%53.73%-
HSV(B)294.73º70.14%82.75%-
XYZ36.8220.2663.6-
YUV120.24179.23183.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 63 (25% from 255) = 13.35%
BLUE value IS 211 (82.81% from 255) = 44.70%
R=41.95%
G=13.35%
B=44.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198632110.060.7000.17294.7362.7153.73
HexC63FD36460111273f36
Octal3067732361060214477766
Binary11000110111111110100111101000110010001100100111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63FD3; }

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

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

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

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

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

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

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

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