#C74CF9

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

Shades of Medium Orchid #C74CF9

Tints of Medium Orchid #C74CF9

Color information

#C74CF9 (or 0xC74CF9) is unknown color: approx Medium Orchid. HEX triplet: C7, 4C and F9. RGB value is (199,76,249). Sum of RGB (Red+Green+Blue) = 199+76+249=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #C74CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74CF9 is #38B306. Grayscale: #838383. Windows color (decimal): -3715847 or 16338119. OLE color: 16338119.

HSL color Cylindrical-coordinate representation of color #C74CF9: hue angle of 282.66º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74CF9 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19976249-
CMYK0.200.6900.02
HSL282.66º93.51%63.73%-
HSV(B)282.66º69.48%97.65%-
XYZ43.2424.1592.01-
YUV132.5193.75175.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 76 (30.08% from 255) = 14.50%
BLUE value IS 249 (97.66% from 255) = 47.52%
R=37.98%
G=14.50%
B=47.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal199762490.200.6900.02282.6693.5163.73
HexC74CF914450211b5e40
Octal3071143712410502433136100
Binary1100011110011001111100110100100010101010001101110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74CF9; }

 p { color: rgb(199,76,249); }

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

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

 a { background-color: rgb(199,76,249); }

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

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

 span { border-color: rgb(199,76,249); }

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