#C23DD5

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

Shades of Medium Orchid #C23DD5

Tints of Medium Orchid #C23DD5

Color information

#C23DD5 (or 0xC23DD5) is unknown color: approx Medium Orchid. HEX triplet: C2, 3D and D5. RGB value is (194,61,213). Sum of RGB (Red+Green+Blue) = 194+61+213=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #C23DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DD5 is #3DC22A. Grayscale: #757575. Windows color (decimal): -4047403 or 13974978. OLE color: 13974978.

HSL color Cylindrical-coordinate representation of color #C23DD5: hue angle of 292.5º 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 #C23DD5 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19461213-
CMYK0.090.7100.16
HSL292.5º64.41%53.73%-
HSV(B)292.5º71.36%83.53%-
XYZ35.9319.6164.84-
YUV118.09181.56182.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 61 (24.22% from 255) = 13.03%
BLUE value IS 213 (83.59% from 255) = 45.51%
R=41.45%
G=13.03%
B=45.51%

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
Decimal194612130.090.7100.16292.564.4153.73
HexC23DD59470101244036
Octal302753251110702044410066
Binary1100001011110111010101100110001110100001001001001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23DD5; }

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

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

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

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

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

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

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

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