#C74CE5

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

Shades of Medium Orchid #C74CE5

Tints of Medium Orchid #C74CE5

Color information

#C74CE5 (or 0xC74CE5) is unknown color: approx Medium Orchid. HEX triplet: C7, 4C and E5. RGB value is (199,76,229). Sum of RGB (Red+Green+Blue) = 199+76+229=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #C74CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CE5 is #38B31A. Grayscale: #818181. Windows color (decimal): -3715867 or 15027399. OLE color: 15027399.

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

Color convert

RGB19976229-
CMYK0.130.6700.10
HSL288.24º74.63%59.8%-
HSV(B)288.24º66.81%89.8%-
XYZ40.2822.9776.44-
YUV130.22183.75177.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 76 (30.08% from 255) = 15.08%
BLUE value IS 229 (89.84% from 255) = 45.44%
R=39.48%
G=15.08%
B=45.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal199762290.130.6700.10288.2474.6359.8
HexC74CE5D430A1204b3c
Octal3071143451510301244011374
Binary1100011110011001110010111011000011010101001000001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74CE5; }

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

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

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

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

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

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

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

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