#C641FB

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

Shades of Medium Orchid #C641FB

Tints of Medium Orchid #C641FB

Color information

#C641FB (or 0xC641FB) is unknown color: approx Medium Orchid. HEX triplet: C6, 41 and FB. RGB value is (198,65,251). Sum of RGB (Red+Green+Blue) = 198+65+251=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #C641FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641FB is #39BE04. Grayscale: #7D7D7D. Windows color (decimal): -3784197 or 16466374. OLE color: 16466374.

HSL color Cylindrical-coordinate representation of color #C641FB: hue angle of 282.9º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C641FB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19865251-
CMYK0.210.7400.02
HSL282.9º95.88%61.96%-
HSV(B)282.9º74.1%98.43%-
XYZ42.5922.7593.41-
YUV125.97198.56179.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 65 (25.78% from 255) = 12.65%
BLUE value IS 251 (98.44% from 255) = 48.83%
R=38.52%
G=12.65%
B=48.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal198652510.210.7400.02282.995.8861.96
HexC641FB154A0211b603e
Octal306101373251120243314076
Binary110001101000001111110111010110010100101000110111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C641FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C641FB; }

 p { color: rgb(198,65,251); }

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

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

 a { background-color: rgb(198,65,251); }

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

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

 span { border-color: rgb(198,65,251); }

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