#C34AD5

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

Shades of Medium Orchid #C34AD5

Tints of Medium Orchid #C34AD5

Color information

#C34AD5 (or 0xC34AD5) is unknown color: approx Medium Orchid. HEX triplet: C3, 4A and D5. RGB value is (195,74,213). Sum of RGB (Red+Green+Blue) = 195+74+213=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #C34AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34AD5 is #3CB52A. Grayscale: #7D7D7D. Windows color (decimal): -3978539 or 13978307. OLE color: 13978307.

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

Color convert

RGB19574213-
CMYK0.080.6500.16
HSL292.23º62.33%56.27%-
HSV(B)292.23º65.26%83.53%-
XYZ36.9621.365.11-
YUV126.02177.09177.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 74 (29.30% from 255) = 15.35%
BLUE value IS 213 (83.59% from 255) = 44.19%
R=40.46%
G=15.35%
B=44.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195742130.080.6500.16292.2362.3356.27
HexC34AD58410101243e38
Octal303112325101010204447670
Binary1100001110010101101010110001000001010000100100100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34AD5; }

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

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

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

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

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

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

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

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