#C94DD9

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

Shades of Medium Orchid #C94DD9

Tints of Medium Orchid #C94DD9

Color information

#C94DD9 (or 0xC94DD9) is unknown color: approx Medium Orchid. HEX triplet: C9, 4D and D9. RGB value is (201,77,217). Sum of RGB (Red+Green+Blue) = 201+77+217=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #C94DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DD9 is #36B226. Grayscale: #818181. Windows color (decimal): -3584551 or 14241225. OLE color: 14241225.

HSL color Cylindrical-coordinate representation of color #C94DD9: hue angle of 293.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94DD9 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20177217-
CMYK0.070.6500.15
HSL293.14º64.81%57.65%-
HSV(B)293.14º64.52%85.1%-
XYZ39.2722.7467.96-
YUV130.04177.08178.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 77 (30.47% from 255) = 15.56%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=40.61%
G=15.56%
B=43.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201772170.070.6500.15293.1464.8157.65
HexC94DD97410F125413a
Octal311115331710101744510172
Binary110010011001101110110011111000001011111001001011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DD9; }

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

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

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

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

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

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

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

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