#C23BDA

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

Shades of Medium Orchid #C23BDA

Tints of Medium Orchid #C23BDA

Color information

#C23BDA (or 0xC23BDA) is unknown color: approx Medium Orchid. HEX triplet: C2, 3B and DA. RGB value is (194,59,218). Sum of RGB (Red+Green+Blue) = 194+59+218=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #C23BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BDA is #3DC425. Grayscale: #747474. Windows color (decimal): -4047910 or 14302146. OLE color: 14302146.

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

Color convert

RGB19459218-
CMYK0.110.7300.15
HSL290.94º68.24%54.31%-
HSV(B)290.94º72.94%85.49%-
XYZ36.4719.6668.2-
YUV117.49184.73182.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 59 (23.44% from 255) = 12.53%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=41.19%
G=12.53%
B=46.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194592180.110.7300.15290.9468.2454.31
HexC23BDAB490F1234436
Octal302733321311101744310466
Binary110000101110111101101010111001001011111001000111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23BDA; }

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

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

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

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

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

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

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

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