#C23CDA

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

Shades of Medium Orchid #C23CDA

Tints of Medium Orchid #C23CDA

Color information

#C23CDA (or 0xC23CDA) is unknown color: approx Medium Orchid. HEX triplet: C2, 3C and DA. RGB value is (194,60,218). Sum of RGB (Red+Green+Blue) = 194+60+218=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #C23CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CDA is #3DC325. Grayscale: #757575. Windows color (decimal): -4047654 or 14302402. OLE color: 14302402.

HSL color Cylindrical-coordinate representation of color #C23CDA: hue angle of 290.89º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23CDA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19460218-
CMYK0.110.7200.15
HSL290.89º68.1%54.51%-
HSV(B)290.89º72.48%85.49%-
XYZ36.5219.7668.22-
YUV118.08184.39182.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 60 (23.83% from 255) = 12.71%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=41.10%
G=12.71%
B=46.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194602180.110.7200.15290.8968.154.51
HexC23CDAB480F1234437
Octal302743321311001744310467
Binary110000101111001101101010111001000011111001000111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23CDA; }

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

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

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

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

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

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

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

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