#c23cdf

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

Shades of Medium Orchid #C23CDF

Tints of Medium Orchid #C23CDF

Color information

#C23CDF (or 0xC23CDF) is unknown color: approx Medium Orchid. HEX triplet: C2, 3C and DF. RGB value is (194,60,223). Sum of RGB (Red+Green+Blue) = 194+60+223=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #C23CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CDF is #3DC320. Grayscale: #767676. Windows color (decimal): -4047649 or 14630082. OLE color: 14630082.

HSL color Cylindrical-coordinate representation of color #C23CDF: hue angle of 289.33º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23CDF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19460223-
CMYK0.130.7300.13
HSL289.33º71.81%55.49%-
HSV(B)289.33º73.09%87.45%-
XYZ37.1820.0371.72-
YUV118.65186.89181.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 60 (23.83% from 255) = 12.58%
BLUE value IS 223 (87.5% from 255) = 46.75%
R=40.67%
G=12.58%
B=46.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194602230.130.7300.13289.3371.8155.49
HexC23CDFD490D1214837
Octal302743371511101544111067
Binary110000101111001101111111011001001011011001000011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c23cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c23cdf; }

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

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

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

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

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

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

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

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