#C34CF9

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

Shades of Medium Orchid #C34CF9

Tints of Medium Orchid #C34CF9

Color information

#C34CF9 (or 0xC34CF9) is unknown color: approx Medium Orchid. HEX triplet: C3, 4C and F9. RGB value is (195,76,249). Sum of RGB (Red+Green+Blue) = 195+76+249=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #C34CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CF9 is #3CB306. Grayscale: #828282. Windows color (decimal): -3977991 or 16338115. OLE color: 16338115.

HSL color Cylindrical-coordinate representation of color #C34CF9: hue angle of 281.27º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34CF9 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19576249-
CMYK0.220.6900.02
HSL281.27º93.51%63.73%-
HSV(B)281.27º69.48%97.65%-
XYZ42.1923.6191.96-
YUV131.3194.42173.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 76 (30.08% from 255) = 14.62%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=37.5%
G=14.62%
B=47.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195762490.220.6900.02281.2793.5163.73
HexC34CF91645021195e40
Octal3031143712610502431136100
Binary1100001110011001111100110110100010101010001100110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CF9; }

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

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

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

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

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

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

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

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