#C34DF6

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

Shades of Medium Orchid #C34DF6

Tints of Medium Orchid #C34DF6

Color information

#C34DF6 (or 0xC34DF6) is unknown color: approx Medium Orchid. HEX triplet: C3, 4D and F6. RGB value is (195,77,246). Sum of RGB (Red+Green+Blue) = 195+77+246=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #C34DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DF6 is #3CB209. Grayscale: #828282. Windows color (decimal): -3977738 or 16141763. OLE color: 16141763.

HSL color Cylindrical-coordinate representation of color #C34DF6: hue angle of 281.89º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34DF6 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19577246-
CMYK0.210.6900.04
HSL281.89º90.37%63.33%-
HSV(B)281.89º68.7%96.47%-
XYZ41.7923.5689.53-
YUV131.55192.59173.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 77 (30.47% from 255) = 14.86%
BLUE value IS 246 (96.48% from 255) = 47.49%
R=37.64%
G=14.86%
B=47.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal195772460.210.6900.04281.8990.3763.33
HexC34DF615450411a5a3f
Octal303115366251050443213277
Binary1100001110011011111011010101100010101001000110101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34DF6; }

 p { color: rgb(195,77,246); }

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

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

 a { background-color: rgb(195,77,246); }

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

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

 span { border-color: rgb(195,77,246); }

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