#C742FB

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

Shades of Medium Orchid #C742FB

Tints of Medium Orchid #C742FB

Color information

#C742FB (or 0xC742FB) is unknown color: approx Medium Orchid. HEX triplet: C7, 42 and FB. RGB value is (199,66,251). Sum of RGB (Red+Green+Blue) = 199+66+251=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #C742FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C742FB is #38BD04. Grayscale: #7E7E7E. Windows color (decimal): -3718405 or 16466631. OLE color: 16466631.

HSL color Cylindrical-coordinate representation of color #C742FB: hue angle of 283.14º 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 #C742FB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19966251-
CMYK0.210.7400.02
HSL283.14º95.85%62.16%-
HSV(B)283.14º73.71%98.43%-
XYZ42.912393.45-
YUV126.86198.06179.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 66 (26.17% from 255) = 12.79%
BLUE value IS 251 (98.44% from 255) = 48.64%
R=38.57%
G=12.79%
B=48.64%

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
Decimal199662510.210.7400.02283.1495.8562.16
HexC742FB154A0211b603e
Octal307102373251120243314076
Binary110001111000010111110111010110010100101000110111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C742FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C742FB; }

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

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

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

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

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

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

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

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