#c23ce1

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

Shades of Medium Orchid #C23CE1

Tints of Medium Orchid #C23CE1

Color information

#C23CE1 (or 0xC23CE1) is unknown color: approx Medium Orchid. HEX triplet: C2, 3C and E1. RGB value is (194,60,225). Sum of RGB (Red+Green+Blue) = 194+60+225=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #C23CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CE1 is #3DC31E. Grayscale: #767676. Windows color (decimal): -4047647 or 14761154. OLE color: 14761154.

HSL color Cylindrical-coordinate representation of color #C23CE1: hue angle of 288.73º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23CE1 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19460225-
CMYK0.140.7300.12
HSL288.73º73.33%55.88%-
HSV(B)288.73º73.33%88.24%-
XYZ37.4520.1473.15-
YUV118.88187.89181.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 60 (23.83% from 255) = 12.53%
BLUE value IS 225 (88.28% from 255) = 46.97%
R=40.50%
G=12.53%
B=46.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal194602250.140.7300.12288.7373.3355.88
HexC23CE1E490C1214938
Octal302743411611101444111170
Binary110000101111001110000111101001001011001001000011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c23ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c23ce1; }

 p { color: rgb(194,60,225); }

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

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

 a { background-color: rgb(194,60,225); }

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

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

 span { border-color: rgb(194,60,225); }

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