#C93FF0

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

Shades of Medium Orchid #C93FF0

Tints of Medium Orchid #C93FF0

Color information

#C93FF0 (or 0xC93FF0) is unknown color: approx Medium Orchid. HEX triplet: C9, 3F and F0. RGB value is (201,63,240). Sum of RGB (Red+Green+Blue) = 201+63+240=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #C93FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FF0 is #36C00F. Grayscale: #7B7B7B. Windows color (decimal): -3588112 or 15744969. OLE color: 15744969.

HSL color Cylindrical-coordinate representation of color #C93FF0: hue angle of 286.78º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93FF0 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20163240-
CMYK0.160.7400.06
HSL286.78º85.51%59.41%-
HSV(B)286.78º73.75%94.12%-
XYZ41.5922.2684.54-
YUV124.44193.22182.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.88%
GREEN value IS 63 (25% from 255) = 12.5%
BLUE value IS 240 (94.14% from 255) = 47.62%
R=39.88%
G=12.5%
B=47.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201632400.160.7400.06286.7885.5159.41
HexC93FF0104A0611f563b
Octal31177360201120643712673
Binary110010011111111111000010000100101001101000111111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93FF0; }

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

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

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

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

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

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

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

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