#C23ED5

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

Shades of Medium Orchid #C23ED5

Tints of Medium Orchid #C23ED5

Color information

#C23ED5 (or 0xC23ED5) is unknown color: approx Medium Orchid. HEX triplet: C2, 3E and D5. RGB value is (194,62,213). Sum of RGB (Red+Green+Blue) = 194+62+213=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #C23ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ED5 is #3DC12A. Grayscale: #767676. Windows color (decimal): -4047147 or 13975234. OLE color: 13975234.

HSL color Cylindrical-coordinate representation of color #C23ED5: hue angle of 292.45º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23ED5 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19462213-
CMYK0.090.7100.16
HSL292.45º64.26%53.92%-
HSV(B)292.45º70.89%83.53%-
XYZ35.9819.7264.86-
YUV118.68181.23181.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 62 (24.61% from 255) = 13.22%
BLUE value IS 213 (83.59% from 255) = 45.42%
R=41.36%
G=13.22%
B=45.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194622130.090.7100.16292.4564.2653.92
HexC23ED59470101244036
Octal302763251110702044410066
Binary1100001011111011010101100110001110100001001001001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23ED5; }

 p { color: rgb(194,62,213); }

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

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

 a { background-color: rgb(194,62,213); }

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

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

 span { border-color: rgb(194,62,213); }

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