#C234F0

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

Shades of Medium Orchid #C234F0

Tints of Medium Orchid #C234F0

Color information

#C234F0 (or 0xC234F0) is unknown color: approx Medium Orchid. HEX triplet: C2, 34 and F0. RGB value is (194,52,240). Sum of RGB (Red+Green+Blue) = 194+52+240=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #C234F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234F0 is #3DCB0F. Grayscale: #737373. Windows color (decimal): -4049680 or 15742146. OLE color: 15742146.

HSL color Cylindrical-coordinate representation of color #C234F0: hue angle of 285.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C234F0 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19452240-
CMYK0.190.7800.06
HSL285.32º86.24%57.25%-
HSV(B)285.32º78.33%94.12%-
XYZ39.220.2284.27-
YUV115.89198.04183.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 52 (20.70% from 255) = 10.70%
BLUE value IS 240 (94.14% from 255) = 49.38%
R=39.92%
G=10.70%
B=49.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal194522400.190.7800.06285.3286.2457.25
HexC234F0134E0611d5639
Octal30264360231160643512671
Binary110000101101001111000010011100111001101000111011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C234F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C234F0; }

 p { color: rgb(194,52,240); }

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

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

 a { background-color: rgb(194,52,240); }

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

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

 span { border-color: rgb(194,52,240); }

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