#C74FFA

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

Shades of Medium Orchid #C74FFA

Tints of Medium Orchid #C74FFA

Color information

#C74FFA (or 0xC74FFA) is unknown color: approx Medium Orchid. HEX triplet: C7, 4F and FA. RGB value is (199,79,250). Sum of RGB (Red+Green+Blue) = 199+79+250=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #C74FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FFA is #38B005. Grayscale: #858585. Windows color (decimal): -3715078 or 16404423. OLE color: 16404423.

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

Color convert

RGB19979250-
CMYK0.200.6800.02
HSL282.11º94.48%64.51%-
HSV(B)282.11º68.4%98.04%-
XYZ43.624.6492.9-
YUV134.37193.26174.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.69%
GREEN value IS 79 (31.25% from 255) = 14.96%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=37.69%
G=14.96%
B=47.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal199792500.200.6800.02282.1194.4864.51
HexC74FFA14440211a5e41
Octal3071173722410402432136101
Binary1100011110011111111101010100100010001010001101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74FFA; }

 p { color: rgb(199,79,250); }

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

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

 a { background-color: rgb(199,79,250); }

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

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

 span { border-color: rgb(199,79,250); }

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