#C34ED8

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

Shades of Medium Orchid #C34ED8

Tints of Medium Orchid #C34ED8

Color information

#C34ED8 (or 0xC34ED8) is unknown color: approx Medium Orchid. HEX triplet: C3, 4E and D8. RGB value is (195,78,216). Sum of RGB (Red+Green+Blue) = 195+78+216=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #C34ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34ED8 is #3CB127. Grayscale: #808080. Windows color (decimal): -3977512 or 14175939. OLE color: 14175939.

HSL color Cylindrical-coordinate representation of color #C34ED8: hue angle of 290.87º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34ED8 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19578216-
CMYK0.100.6400.15
HSL290.87º63.89%57.65%-
HSV(B)290.87º63.89%84.71%-
XYZ37.6222.0167.23-
YUV128.72177.26175.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 78 (30.86% from 255) = 15.95%
BLUE value IS 216 (84.77% from 255) = 44.17%
R=39.88%
G=15.95%
B=44.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal195782160.100.6400.15290.8763.8957.65
HexC34ED8A400F123403a
Octal3031163301210001744310072
Binary1100001110011101101100010101000000011111001000111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34ED8; }

 p { color: rgb(195,78,216); }

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

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

 a { background-color: rgb(195,78,216); }

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

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

 span { border-color: rgb(195,78,216); }

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