#C74DD7

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

Shades of Medium Orchid #C74DD7

Tints of Medium Orchid #C74DD7

Color information

#C74DD7 (or 0xC74DD7) is unknown color: approx Medium Orchid. HEX triplet: C7, 4D and D7. RGB value is (199,77,215). Sum of RGB (Red+Green+Blue) = 199+77+215=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #C74DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DD7 is #38B228. Grayscale: #808080. Windows color (decimal): -3715625 or 14110151. OLE color: 14110151.

HSL color Cylindrical-coordinate representation of color #C74DD7: hue angle of 293.04º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74DD7 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19977215-
CMYK0.070.6400.16
HSL293.04º63.3%57.25%-
HSV(B)293.04º64.19%84.31%-
XYZ38.4722.3666.58-
YUV129.21176.42177.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 215 (84.38% from 255) = 43.79%
R=40.53%
G=15.68%
B=43.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal199772150.070.6400.16293.0463.357.25
HexC74DD77400101253f39
Octal30711532771000204457771
Binary110001111001101110101111111000000010000100100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74DD7; }

 p { color: rgb(199,77,215); }

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

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

 a { background-color: rgb(199,77,215); }

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

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

 span { border-color: rgb(199,77,215); }

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