#C745FB

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

Shades of Medium Orchid #C745FB

Tints of Medium Orchid #C745FB

Color information

#C745FB (or 0xC745FB) is unknown color: approx Medium Orchid. HEX triplet: C7, 45 and FB. RGB value is (199,69,251). Sum of RGB (Red+Green+Blue) = 199+69+251=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #C745FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745FB is #38BA04. Grayscale: #808080. Windows color (decimal): -3717637 or 16467399. OLE color: 16467399.

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

Color convert

RGB19969251-
CMYK0.210.7300.02
HSL282.86º95.79%62.75%-
HSV(B)282.86º72.51%98.43%-
XYZ43.0923.3693.51-
YUV128.62197.07178.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.34%
GREEN value IS 69 (27.34% from 255) = 13.29%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=38.34%
G=13.29%
B=48.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal199692510.210.7300.02282.8695.7962.75
HexC745FB15490211b603f
Octal307105373251110243314077
Binary110001111000101111110111010110010010101000110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C745FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C745FB; }

 p { color: rgb(199,69,251); }

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

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

 a { background-color: rgb(199,69,251); }

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

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

 span { border-color: rgb(199,69,251); }

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