#C334E1

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

Shades of Medium Orchid #C334E1

Tints of Medium Orchid #C334E1

Color information

#C334E1 (or 0xC334E1) is unknown color: approx Medium Orchid. HEX triplet: C3, 34 and E1. RGB value is (195,52,225). Sum of RGB (Red+Green+Blue) = 195+52+225=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #C334E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334E1 is #3CCB1E. Grayscale: #717171. Windows color (decimal): -3984159 or 14759107. OLE color: 14759107.

HSL color Cylindrical-coordinate representation of color #C334E1: hue angle of 289.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C334E1 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19552225-
CMYK0.130.7700.12
HSL289.6º74.25%54.31%-
HSV(B)289.6º76.89%88.24%-
XYZ37.3219.4973.03-
YUV114.48190.38185.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 52 (20.70% from 255) = 11.02%
BLUE value IS 225 (88.28% from 255) = 47.67%
R=41.31%
G=11.02%
B=47.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal195522250.130.7700.12289.674.2554.31
HexC334E1D4D0C1224a36
Octal303643411511501444211266
Binary110000111101001110000111011001101011001001000101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C334E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C334E1; }

 p { color: rgb(195,52,225); }

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

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

 a { background-color: rgb(195,52,225); }

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

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

 span { border-color: rgb(195,52,225); }

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