#C03CF2

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

Shades of Medium Orchid #C03CF2

Tints of Medium Orchid #C03CF2

Color information

#C03CF2 (or 0xC03CF2) is unknown color: approx Medium Orchid. HEX triplet: C0, 3C and F2. RGB value is (192,60,242). Sum of RGB (Red+Green+Blue) = 192+60+242=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #C03CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CF2 is #3FC30D. Grayscale: #777777. Windows color (decimal): -4178702 or 15875264. OLE color: 15875264.

HSL color Cylindrical-coordinate representation of color #C03CF2: hue angle of 283.52º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03CF2 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19260242-
CMYK0.210.7500.05
HSL283.52º87.5%59.22%-
HSV(B)283.52º75.21%94.9%-
XYZ39.3820.8585.95-
YUV120.22196.73179.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 60 (23.83% from 255) = 12.15%
BLUE value IS 242 (94.92% from 255) = 48.99%
R=38.87%
G=12.15%
B=48.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192602420.210.7500.05283.5287.559.22
HexC03CF2154B0511c583b
Octal30074362251130543413073
Binary110000001111001111001010101100101101011000111001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03CF2; }

 p { color: rgb(192,60,242); }

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

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

 a { background-color: rgb(192,60,242); }

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

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

 span { border-color: rgb(192,60,242); }

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