#C05AF1

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

Shades of Medium Orchid #C05AF1

Tints of Medium Orchid #C05AF1

Color information

#C05AF1 (or 0xC05AF1) is unknown color: approx Medium Orchid. HEX triplet: C0, 5A and F1. RGB value is (192,90,241). Sum of RGB (Red+Green+Blue) = 192+90+241=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #C05AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AF1 is #3FA50E. Grayscale: #898989. Windows color (decimal): -4171023 or 15817408. OLE color: 15817408.

HSL color Cylindrical-coordinate representation of color #C05AF1: hue angle of 280.53º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05AF1 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19290241-
CMYK0.200.6300.05
HSL280.53º84.36%64.9%-
HSV(B)280.53º62.66%94.51%-
XYZ41.2724.8785.84-
YUV137.71186.29166.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 90 (35.55% from 255) = 17.21%
BLUE value IS 241 (94.53% from 255) = 46.08%
R=36.71%
G=17.21%
B=46.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192902410.200.6300.05280.5384.3664.9
HexC05AF1143F051195441
Octal300132361247705431124101
Binary1100000010110101111000110100111111010110001100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05AF1; }

 p { color: rgb(192,90,241); }

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

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

 a { background-color: rgb(192,90,241); }

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

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

 span { border-color: rgb(192,90,241); }

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