#C236D1

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

Shades of Medium Orchid #C236D1

Tints of Medium Orchid #C236D1

Color information

#C236D1 (or 0xC236D1) is unknown color: approx Medium Orchid. HEX triplet: C2, 36 and D1. RGB value is (194,54,209). Sum of RGB (Red+Green+Blue) = 194+54+209=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #C236D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236D1 is #3DC92E. Grayscale: #717171. Windows color (decimal): -4049199 or 13711042. OLE color: 13711042.

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

Color convert

RGB19454209-
CMYK0.070.7400.18
HSL294.19º62.75%51.57%-
HSV(B)294.19º74.16%81.96%-
XYZ35.0818.7162.08-
YUV113.53181.88185.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 54 (21.48% from 255) = 11.82%
BLUE value IS 209 (82.03% from 255) = 45.73%
R=42.45%
G=11.82%
B=45.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194542090.070.7400.18294.1962.7551.57
HexC236D174A0121263f34
Octal3026632171120224467764
Binary11000010110110110100011111001010010010100100110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C236D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C236D1; }

 p { color: rgb(194,54,209); }

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

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

 a { background-color: rgb(194,54,209); }

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

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

 span { border-color: rgb(194,54,209); }

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