#C94ED7

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

Shades of Medium Orchid #C94ED7

Tints of Medium Orchid #C94ED7

Color information

#C94ED7 (or 0xC94ED7) is unknown color: approx Medium Orchid. HEX triplet: C9, 4E and D7. RGB value is (201,78,215). Sum of RGB (Red+Green+Blue) = 201+78+215=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #C94ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94ED7 is #36B128. Grayscale: #818181. Windows color (decimal): -3584297 or 14110409. OLE color: 14110409.

HSL color Cylindrical-coordinate representation of color #C94ED7: hue angle of 293.87º 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 #C94ED7 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20178215-
CMYK0.070.6400.16
HSL293.87º63.13%57.45%-
HSV(B)293.87º63.72%84.31%-
XYZ39.0822.7766.63-
YUV130.39175.75178.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 78 (30.86% from 255) = 15.79%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=40.69%
G=15.79%
B=43.52%

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
Decimal201782150.070.6400.16293.8763.1357.45
HexC94ED77400101263f39
Octal31111632771000204467771
Binary110010011001110110101111111000000010000100100110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94ED7; }

 p { color: rgb(201,78,215); }

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

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

 a { background-color: rgb(201,78,215); }

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

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

 span { border-color: rgb(201,78,215); }

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