#C034F8

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

Shades of Medium Orchid #C034F8

Tints of Medium Orchid #C034F8

Color information

#C034F8 (or 0xC034F8) is unknown color: approx Medium Orchid. HEX triplet: C0, 34 and F8. RGB value is (192,52,248). Sum of RGB (Red+Green+Blue) = 192+52+248=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #C034F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034F8 is #3FCB07. Grayscale: #737373. Windows color (decimal): -4180744 or 16266432. OLE color: 16266432.

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

Color convert

RGB19252248-
CMYK0.230.7900.03
HSL282.86º93.33%58.82%-
HSV(B)282.86º79.03%97.25%-
XYZ39.9120.4490.65-
YUV116.2202.38182.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 52 (20.70% from 255) = 10.57%
BLUE value IS 248 (97.27% from 255) = 50.41%
R=39.02%
G=10.57%
B=50.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal192522480.230.7900.03282.8693.3358.82
HexC034F8174F0311b5d3b
Octal30064370271170343313573
Binary11000000110100111110001011110011110111000110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C034F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C034F8; }

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

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

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

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

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

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

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

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