#C93CF1

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

Shades of Medium Orchid #C93CF1

Tints of Medium Orchid #C93CF1

Color information

#C93CF1 (or 0xC93CF1) is unknown color: approx Medium Orchid. HEX triplet: C9, 3C and F1. RGB value is (201,60,241). Sum of RGB (Red+Green+Blue) = 201+60+241=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #C93CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93CF1 is #36C30E. Grayscale: #7A7A7A. Windows color (decimal): -3588879 or 15809737. OLE color: 15809737.

HSL color Cylindrical-coordinate representation of color #C93CF1: hue angle of 286.74º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93CF1 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20160241-
CMYK0.170.7500.05
HSL286.74º86.6%59.02%-
HSV(B)286.74º75.1%94.51%-
XYZ41.582285.27-
YUV122.79194.71183.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 60 (23.83% from 255) = 11.95%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=40.04%
G=11.95%
B=48.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201602410.170.7500.05286.7486.659.02
HexC93CF1114B0511f573b
Octal31174361211130543712773
Binary110010011111001111000110001100101101011000111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93CF1; }

 p { color: rgb(201,60,241); }

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

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

 a { background-color: rgb(201,60,241); }

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

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

 span { border-color: rgb(201,60,241); }

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