#C035FA

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

Shades of Medium Orchid #C035FA

Tints of Medium Orchid #C035FA

Color information

#C035FA (or 0xC035FA) is unknown color: approx Medium Orchid. HEX triplet: C0, 35 and FA. RGB value is (192,53,250). Sum of RGB (Red+Green+Blue) = 192+53+250=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #C035FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035FA is #3FCA05. Grayscale: #747474. Windows color (decimal): -4180486 or 16397760. OLE color: 16397760.

HSL color Cylindrical-coordinate representation of color #C035FA: hue angle of 282.34º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C035FA is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19253250-
CMYK0.230.7900.02
HSL282.34º95.17%59.41%-
HSV(B)282.34º78.8%98.04%-
XYZ40.2720.6592.31-
YUV117.02203.05181.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 53 (21.09% from 255) = 10.71%
BLUE value IS 250 (98.05% from 255) = 50.51%
R=38.79%
G=10.71%
B=50.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192532500.230.7900.02282.3495.1759.41
HexC035FA174F0211a5f3b
Octal30065372271170243213773
Binary11000000110101111110101011110011110101000110101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C035FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C035FA; }

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

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

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

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

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

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

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

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