#C342D5

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

Shades of Medium Orchid #C342D5

Tints of Medium Orchid #C342D5

Color information

#C342D5 (or 0xC342D5) is unknown color: approx Medium Orchid. HEX triplet: C3, 42 and D5. RGB value is (195,66,213). Sum of RGB (Red+Green+Blue) = 195+66+213=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #C342D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342D5 is #3CBD2A. Grayscale: #787878. Windows color (decimal): -3980587 or 13976259. OLE color: 13976259.

HSL color Cylindrical-coordinate representation of color #C342D5: hue angle of 292.65º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C342D5 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19566213-
CMYK0.080.6900.16
HSL292.65º63.64%54.71%-
HSV(B)292.65º69.01%83.53%-
XYZ36.4620.364.95-
YUV121.33179.74180.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 66 (26.17% from 255) = 13.92%
BLUE value IS 213 (83.59% from 255) = 44.94%
R=41.14%
G=13.92%
B=44.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195662130.080.6900.16292.6563.6454.71
HexC342D58450101254037
Octal3031023251010502044510067
Binary11000011100001011010101100010001010100001001001011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C342D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C342D5; }

 p { color: rgb(195,66,213); }

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

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

 a { background-color: rgb(195,66,213); }

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

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

 span { border-color: rgb(195,66,213); }

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