#c035f0

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

Shades of Medium Orchid #C035F0

Tints of Medium Orchid #C035F0

Color information

#C035F0 (or 0xC035F0) is unknown color: approx Medium Orchid. HEX triplet: C0, 35 and F0. RGB value is (192,53,240). Sum of RGB (Red+Green+Blue) = 192+53+240=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #C035F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035F0 is #3FCA0F. Grayscale: #737373. Windows color (decimal): -4180496 or 15742400. OLE color: 15742400.

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

Color convert

RGB19253240-
CMYK0.200.7800.06
HSL284.6º86.18%57.45%-
HSV(B)284.6º77.92%94.12%-
XYZ38.7420.0484.27-
YUV115.88198.05182.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 53 (21.09% from 255) = 10.93%
BLUE value IS 240 (94.14% from 255) = 49.48%
R=39.59%
G=10.93%
B=49.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192532400.200.7800.06284.686.1857.45
HexC035F0144E0611d5639
Octal30065360241160643512671
Binary110000001101011111000010100100111001101000111011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c035f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c035f0; }

 p { color: rgb(192,53,240); }

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

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

 a { background-color: rgb(192,53,240); }

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

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

 span { border-color: rgb(192,53,240); }

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