#C34AD1

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

Shades of Medium Orchid #C34AD1

Tints of Medium Orchid #C34AD1

Color information

#C34AD1 (or 0xC34AD1) is unknown color: approx Medium Orchid. HEX triplet: C3, 4A and D1. RGB value is (195,74,209). Sum of RGB (Red+Green+Blue) = 195+74+209=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #C34AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34AD1 is #3CB52E. Grayscale: #7D7D7D. Windows color (decimal): -3978543 or 13716163. OLE color: 13716163.

HSL color Cylindrical-coordinate representation of color #C34AD1: hue angle of 293.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34AD1 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19574209-
CMYK0.070.6500.18
HSL293.78º59.47%55.49%-
HSV(B)293.78º64.59%81.96%-
XYZ36.4621.162.47-
YUV125.57175.09177.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 74 (29.30% from 255) = 15.48%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=40.79%
G=15.48%
B=43.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195742090.070.6500.18293.7859.4755.49
HexC34AD17410121263b37
Octal30311232171010224467367
Binary110000111001010110100011111000001010010100100110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34AD1; }

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

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

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

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

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

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

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

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