#C45DF3

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

Shades of Medium Orchid #C45DF3

Tints of Medium Orchid #C45DF3

Color information

#C45DF3 (or 0xC45DF3) is unknown color: approx Medium Orchid. HEX triplet: C4, 5D and F3. RGB value is (196,93,243). Sum of RGB (Red+Green+Blue) = 196+93+243=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #C45DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45DF3 is #3BA20C. Grayscale: #8C8C8C. Windows color (decimal): -3908109 or 15949252. OLE color: 15949252.

HSL color Cylindrical-coordinate representation of color #C45DF3: hue angle of 281.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45DF3 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19693243-
CMYK0.190.6200.05
HSL281.2º86.21%65.88%-
HSV(B)281.2º61.73%95.29%-
XYZ42.8626.0487.56-
YUV140.9185.62167.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 93 (36.72% from 255) = 17.48%
BLUE value IS 243 (95.31% from 255) = 45.68%
R=36.84%
G=17.48%
B=45.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196932430.190.6200.05281.286.2165.88
HexC45DF3133E051195642
Octal304135363237605431126102
Binary1100010010111011111001110011111110010110001100110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45DF3; }

 p { color: rgb(196,93,243); }

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

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

 a { background-color: rgb(196,93,243); }

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

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

 span { border-color: rgb(196,93,243); }

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