#C05CF8

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

Shades of Medium Orchid #C05CF8

Tints of Medium Orchid #C05CF8

Color information

#C05CF8 (or 0xC05CF8) is unknown color: approx Medium Orchid. HEX triplet: C0, 5C and F8. RGB value is (192,92,248). Sum of RGB (Red+Green+Blue) = 192+92+248=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #C05CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05CF8 is #3FA307. Grayscale: #8B8B8B. Windows color (decimal): -4170504 or 16276672. OLE color: 16276672.

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

Color convert

RGB19292248-
CMYK0.230.6300.03
HSL278.46º91.76%66.67%-
HSV(B)278.46º62.9%97.25%-
XYZ42.5125.6491.52-
YUV139.68189.13165.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 92 (36.33% from 255) = 17.29%
BLUE value IS 248 (97.27% from 255) = 46.62%
R=36.09%
G=17.29%
B=46.62%

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
Decimal192922480.230.6300.03278.4691.7666.67
HexC05CF8173F031165c43
Octal300134370277703426134103
Binary110000001011100111110001011111111101110001011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CF8; }

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

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

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

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

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

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

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

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