#C74AE6

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

Shades of Medium Orchid #C74AE6

Tints of Medium Orchid #C74AE6

Color information

#C74AE6 (or 0xC74AE6) is unknown color: approx Medium Orchid. HEX triplet: C7, 4A and E6. RGB value is (199,74,230). Sum of RGB (Red+Green+Blue) = 199+74+230=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #C74AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AE6 is #38B519. Grayscale: #808080. Windows color (decimal): -3716378 or 15092423. OLE color: 15092423.

HSL color Cylindrical-coordinate representation of color #C74AE6: hue angle of 288.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74AE6 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19974230-
CMYK0.130.6800.10
HSL288.08º75.73%59.61%-
HSV(B)288.08º67.83%90.2%-
XYZ40.2822.7577.13-
YUV129.16184.91177.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 74 (29.30% from 255) = 14.71%
BLUE value IS 230 (90.23% from 255) = 45.73%
R=39.56%
G=14.71%
B=45.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal199742300.130.6800.10288.0875.7359.61
HexC74AE6D440A1204c3c
Octal3071123461510401244011474
Binary1100011110010101110011011011000100010101001000001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74AE6; }

 p { color: rgb(199,74,230); }

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

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

 a { background-color: rgb(199,74,230); }

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

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

 span { border-color: rgb(199,74,230); }

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