#C93FE9

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

Shades of Medium Orchid #C93FE9

Tints of Medium Orchid #C93FE9

Color information

#C93FE9 (or 0xC93FE9) is unknown color: approx Medium Orchid. HEX triplet: C9, 3F and E9. RGB value is (201,63,233). Sum of RGB (Red+Green+Blue) = 201+63+233=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #C93FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FE9 is #36C016. Grayscale: #7B7B7B. Windows color (decimal): -3588119 or 15286217. OLE color: 15286217.

HSL color Cylindrical-coordinate representation of color #C93FE9: hue angle of 288.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93FE9 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20163233-
CMYK0.140.7300.09
HSL288.71º79.44%58.04%-
HSV(B)288.71º72.96%91.37%-
XYZ40.5721.8679.17-
YUV123.64189.72183.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 63 (25% from 255) = 12.68%
BLUE value IS 233 (91.41% from 255) = 46.88%
R=40.44%
G=12.68%
B=46.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201632330.140.7300.09288.7179.4458.04
HexC93FE9E49091214f3a
Octal311773511611101144111772
Binary110010011111111110100111101001001010011001000011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93FE9; }

 p { color: rgb(201,63,233); }

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

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

 a { background-color: rgb(201,63,233); }

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

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

 span { border-color: rgb(201,63,233); }

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