#C034F2

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

Shades of Medium Orchid #C034F2

Tints of Medium Orchid #C034F2

Color information

#C034F2 (or 0xC034F2) is unknown color: approx Medium Orchid. HEX triplet: C0, 34 and F2. RGB value is (192,52,242). Sum of RGB (Red+Green+Blue) = 192+52+242=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #C034F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034F2 is #3FCB0D. Grayscale: #727272. Windows color (decimal): -4180750 or 15873216. OLE color: 15873216.

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

Color convert

RGB19252242-
CMYK0.210.7900.05
HSL284.21º87.96%57.65%-
HSV(B)284.21º78.51%94.9%-
XYZ38.9920.0785.82-
YUV115.52199.38182.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 52 (20.70% from 255) = 10.70%
BLUE value IS 242 (94.92% from 255) = 49.79%
R=39.51%
G=10.70%
B=49.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192522420.210.7900.05284.2187.9657.65
HexC034F2154F0511c583a
Octal30064362251170543413072
Binary110000001101001111001010101100111101011000111001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C034F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C034F2; }

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

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

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

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

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

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

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

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