#C042F3

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

Shades of Medium Orchid #C042F3

Tints of Medium Orchid #C042F3

Color information

#C042F3 (or 0xC042F3) is unknown color: approx Medium Orchid. HEX triplet: C0, 42 and F3. RGB value is (192,66,243). Sum of RGB (Red+Green+Blue) = 192+66+243=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #C042F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042F3 is #3FBD0C. Grayscale: #7B7B7B. Windows color (decimal): -4177165 or 15942336. OLE color: 15942336.

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

Color convert

RGB19266243-
CMYK0.210.7300.05
HSL282.71º88.06%60.59%-
HSV(B)282.71º72.84%95.29%-
XYZ39.8621.5786.86-
YUV123.85195.24176.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 66 (26.17% from 255) = 13.17%
BLUE value IS 243 (95.31% from 255) = 48.50%
R=38.32%
G=13.17%
B=48.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192662430.210.7300.05282.7188.0660.59
HexC042F315490511b583d
Octal300102363251110543313075
Binary1100000010000101111001110101100100101011000110111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C042F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C042F3; }

 p { color: rgb(192,66,243); }

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

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

 a { background-color: rgb(192,66,243); }

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

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

 span { border-color: rgb(192,66,243); }

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