#C23BD2

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

Shades of Medium Orchid #C23BD2

Tints of Medium Orchid #C23BD2

Color information

#C23BD2 (or 0xC23BD2) is unknown color: approx Medium Orchid. HEX triplet: C2, 3B and D2. RGB value is (194,59,210). Sum of RGB (Red+Green+Blue) = 194+59+210=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #C23BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BD2 is #3DC42D. Grayscale: #747474. Windows color (decimal): -4047918 or 13777858. OLE color: 13777858.

HSL color Cylindrical-coordinate representation of color #C23BD2: hue angle of 293.64º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23BD2 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19459210-
CMYK0.080.7200.18
HSL293.64º62.66%52.75%-
HSV(B)293.64º71.9%82.35%-
XYZ35.4419.2562.82-
YUV116.58180.73183.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 59 (23.44% from 255) = 12.74%
BLUE value IS 210 (82.42% from 255) = 45.36%
R=41.90%
G=12.74%
B=45.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194592100.080.7200.18293.6462.6652.75
HexC23BD28480121263f35
Octal30273322101100224467765
Binary110000101110111101001010001001000010010100100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23BD2; }

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

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

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

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

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

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

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

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