#C34CF2

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

Shades of Medium Orchid #C34CF2

Tints of Medium Orchid #C34CF2

Color information

#C34CF2 (or 0xC34CF2) is unknown color: approx Medium Orchid. HEX triplet: C3, 4C and F2. RGB value is (195,76,242). Sum of RGB (Red+Green+Blue) = 195+76+242=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #C34CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CF2 is #3CB30D. Grayscale: #818181. Windows color (decimal): -3977998 or 15879363. OLE color: 15879363.

HSL color Cylindrical-coordinate representation of color #C34CF2: hue angle of 283.01º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34CF2 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19576242-
CMYK0.190.6900.05
HSL283.01º86.46%62.35%-
HSV(B)283.01º68.6%94.9%-
XYZ41.1223.1886.31-
YUV130.5190.92174-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 76 (30.08% from 255) = 14.81%
BLUE value IS 242 (94.92% from 255) = 47.17%
R=38.01%
G=14.81%
B=47.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195762420.190.6900.05283.0186.4662.35
HexC34CF213450511b563e
Octal303114362231050543312676
Binary1100001110011001111001010011100010101011000110111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CF2; }

 p { color: rgb(195,76,242); }

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

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

 a { background-color: rgb(195,76,242); }

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

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

 span { border-color: rgb(195,76,242); }

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