#C94FDF

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

Shades of Medium Orchid #C94FDF

Tints of Medium Orchid #C94FDF

Color information

#C94FDF (or 0xC94FDF) is unknown color: approx Medium Orchid. HEX triplet: C9, 4F and DF. RGB value is (201,79,223). Sum of RGB (Red+Green+Blue) = 201+79+223=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #C94FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FDF is #36B020. Grayscale: #838383. Windows color (decimal): -3584033 or 14634953. OLE color: 14634953.

HSL color Cylindrical-coordinate representation of color #C94FDF: hue angle of 290.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94FDF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20179223-
CMYK0.100.6500.13
HSL290.83º69.23%59.22%-
HSV(B)290.83º64.57%87.45%-
XYZ40.223.3472.2-
YUV131.89179.42177.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 79 (31.25% from 255) = 15.71%
BLUE value IS 223 (87.5% from 255) = 44.33%
R=39.96%
G=15.71%
B=44.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201792230.100.6500.13290.8369.2359.22
HexC94FDFA410D123453b
Octal3111173371210101544310573
Binary1100100110011111101111110101000001011011001000111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94FDF; }

 p { color: rgb(201,79,223); }

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

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

 a { background-color: rgb(201,79,223); }

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

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

 span { border-color: rgb(201,79,223); }

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