#C339E2

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

Shades of Medium Orchid #C339E2

Tints of Medium Orchid #C339E2

Color information

#C339E2 (or 0xC339E2) is unknown color: approx Medium Orchid. HEX triplet: C3, 39 and E2. RGB value is (195,57,226). Sum of RGB (Red+Green+Blue) = 195+57+226=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #C339E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C339E2 is #3CC61D. Grayscale: #747474. Windows color (decimal): -3982878 or 14825923. OLE color: 14825923.

HSL color Cylindrical-coordinate representation of color #C339E2: hue angle of 288.99º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C339E2 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19557226-
CMYK0.140.7500.11
HSL288.99º74.45%55.49%-
HSV(B)288.99º74.78%88.63%-
XYZ37.720.0273.83-
YUV117.53189.22183.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 57 (22.66% from 255) = 11.92%
BLUE value IS 226 (88.67% from 255) = 47.28%
R=40.79%
G=11.92%
B=47.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal195572260.140.7500.11288.9974.4555.49
HexC339E2E4B0B1214a37
Octal303713421611301344111267
Binary110000111110011110001011101001011010111001000011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C339E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C339E2; }

 p { color: rgb(195,57,226); }

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

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

 a { background-color: rgb(195,57,226); }

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

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

 span { border-color: rgb(195,57,226); }

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