#C05BF8

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

Shades of Medium Orchid #C05BF8

Tints of Medium Orchid #C05BF8

Color information

#C05BF8 (or 0xC05BF8) is unknown color: approx Medium Orchid. HEX triplet: C0, 5B and F8. RGB value is (192,91,248). Sum of RGB (Red+Green+Blue) = 192+91+248=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #C05BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BF8 is #3FA407. Grayscale: #8A8A8A. Windows color (decimal): -4170760 or 16276416. OLE color: 16276416.

HSL color Cylindrical-coordinate representation of color #C05BF8: hue angle of 278.6º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05BF8 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19291248-
CMYK0.230.6300.03
HSL278.6º91.81%66.47%-
HSV(B)278.6º63.31%97.25%-
XYZ42.4225.4791.49-
YUV139.1189.46165.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 91 (35.94% from 255) = 17.14%
BLUE value IS 248 (97.27% from 255) = 46.70%
R=36.16%
G=17.14%
B=46.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal192912480.230.6300.03278.691.8166.47
HexC05BF8173F031175c42
Octal300133370277703427134102
Binary110000001011011111110001011111111101110001011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05BF8; }

 p { color: rgb(192,91,248); }

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

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

 a { background-color: rgb(192,91,248); }

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

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

 span { border-color: rgb(192,91,248); }

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