#C93AF0

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

Shades of Medium Orchid #C93AF0

Tints of Medium Orchid #C93AF0

Color information

#C93AF0 (or 0xC93AF0) is unknown color: approx Medium Orchid. HEX triplet: C9, 3A and F0. RGB value is (201,58,240). Sum of RGB (Red+Green+Blue) = 201+58+240=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 58 (23.05% from 255 or 11.62% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #C93AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AF0 is #36C50F. Grayscale: #787878. Windows color (decimal): -3589392 or 15743689. OLE color: 15743689.

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

Color convert

RGB20158240-
CMYK0.160.7600.06
HSL287.14º85.85%58.43%-
HSV(B)287.14º75.83%94.12%-
XYZ41.3321.7384.46-
YUV121.5194.88184.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 58 (23.05% from 255) = 11.62%
BLUE value IS 240 (94.14% from 255) = 48.10%
R=40.28%
G=11.62%
B=48.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201582400.160.7600.06287.1485.8558.43
HexC93AF0104C0611f563a
Octal31172360201140643712672
Binary110010011110101111000010000100110001101000111111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93AF0; }

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

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

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

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

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

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

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

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