#C34FD6

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

Shades of Medium Orchid #C34FD6

Tints of Medium Orchid #C34FD6

Color information

#C34FD6 (or 0xC34FD6) is unknown color: approx Medium Orchid. HEX triplet: C3, 4F and D6. RGB value is (195,79,214). Sum of RGB (Red+Green+Blue) = 195+79+214=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #C34FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FD6 is #3CB029. Grayscale: #808080. Windows color (decimal): -3977258 or 14045123. OLE color: 14045123.

HSL color Cylindrical-coordinate representation of color #C34FD6: hue angle of 291.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34FD6 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19579214-
CMYK0.090.6300.16
HSL291.56º62.21%57.45%-
HSV(B)291.56º63.08%83.92%-
XYZ37.4422.0565.9-
YUV129.07175.93175.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 79 (31.25% from 255) = 16.19%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=39.96%
G=16.19%
B=43.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195792140.090.6300.16291.5662.2157.45
HexC34FD693F0101243e39
Octal30311732611770204447671
Binary110000111001111110101101001111111010000100100100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34FD6; }

 p { color: rgb(195,79,214); }

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

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

 a { background-color: rgb(195,79,214); }

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

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

 span { border-color: rgb(195,79,214); }

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