#C94DD5

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

Shades of Medium Orchid #C94DD5

Tints of Medium Orchid #C94DD5

Color information

#C94DD5 (or 0xC94DD5) is unknown color: approx Medium Orchid. HEX triplet: C9, 4D and D5. RGB value is (201,77,213). Sum of RGB (Red+Green+Blue) = 201+77+213=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #C94DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DD5 is #36B22A. Grayscale: #818181. Windows color (decimal): -3584555 or 13979081. OLE color: 13979081.

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

Color convert

RGB20177213-
CMYK0.060.6400.16
HSL294.71º61.82%56.86%-
HSV(B)294.71º63.85%83.53%-
XYZ38.7522.5365.26-
YUV129.58175.08178.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=40.94%
G=15.68%
B=43.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201772130.060.6400.16294.7161.8256.86
HexC94DD56400101273e39
Octal31111532561000204477671
Binary110010011001101110101011101000000010000100100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DD5; }

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

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

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

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

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

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

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

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