#C94AD5

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

Shades of Medium Orchid #C94AD5

Tints of Medium Orchid #C94AD5

Color information

#C94AD5 (or 0xC94AD5) is unknown color: approx Medium Orchid. HEX triplet: C9, 4A and D5. RGB value is (201,74,213). Sum of RGB (Red+Green+Blue) = 201+74+213=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #C94AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AD5 is #36B52A. Grayscale: #7F7F7F. Windows color (decimal): -3585323 or 13978313. OLE color: 13978313.

HSL color Cylindrical-coordinate representation of color #C94AD5: hue angle of 294.82º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94AD5 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20174213-
CMYK0.060.6500.16
HSL294.82º62.33%56.27%-
HSV(B)294.82º65.26%83.53%-
XYZ38.5522.1265.19-
YUV127.82176.08180.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 74 (29.30% from 255) = 15.16%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=41.19%
G=15.16%
B=43.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201742130.060.6500.16294.8262.3356.27
HexC94AD56410101273e38
Octal31111232561010204477670
Binary110010011001010110101011101000001010000100100111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94AD5; }

 p { color: rgb(201,74,213); }

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

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

 a { background-color: rgb(201,74,213); }

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

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

 span { border-color: rgb(201,74,213); }

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