#C23FDA

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

Shades of Medium Orchid #C23FDA

Tints of Medium Orchid #C23FDA

Color information

#C23FDA (or 0xC23FDA) is unknown color: approx Medium Orchid. HEX triplet: C2, 3F and DA. RGB value is (194,63,218). Sum of RGB (Red+Green+Blue) = 194+63+218=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #C23FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FDA is #3DC025. Grayscale: #777777. Windows color (decimal): -4046886 or 14303170. OLE color: 14303170.

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

Color convert

RGB19463218-
CMYK0.110.7100.15
HSL290.71º67.69%55.1%-
HSV(B)290.71º71.1%85.49%-
XYZ36.6820.0968.27-
YUV119.84183.4180.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 63 (25% from 255) = 13.26%
BLUE value IS 218 (85.55% from 255) = 45.89%
R=40.84%
G=13.26%
B=45.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194632180.110.7100.15290.7167.6955.1
HexC23FDAB470F1234437
Octal302773321310701744310467
Binary110000101111111101101010111000111011111001000111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23FDA; }

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

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

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

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

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

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

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

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