#C45FE8

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

Shades of Medium Orchid #C45FE8

Tints of Medium Orchid #C45FE8

Color information

#C45FE8 (or 0xC45FE8) is unknown color: approx Medium Orchid. HEX triplet: C4, 5F and E8. RGB value is (196,95,232). Sum of RGB (Red+Green+Blue) = 196+95+232=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #C45FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FE8 is #3BA017. Grayscale: #8C8C8C. Windows color (decimal): -3907608 or 15228868. OLE color: 15228868.

HSL color Cylindrical-coordinate representation of color #C45FE8: hue angle of 284.23º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45FE8 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19695232-
CMYK0.160.5900.09
HSL284.23º74.86%64.12%-
HSV(B)284.23º59.05%90.98%-
XYZ41.4225.7579.13-
YUV140.82179.46167.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 95 (37.5% from 255) = 18.16%
BLUE value IS 232 (91.02% from 255) = 44.36%
R=37.48%
G=18.16%
B=44.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal196952320.160.5900.09284.2374.8664.12
HexC45FE8103B0911c4b40
Octal3041373502073011434113100
Binary11000100101111111101000100001110110100110001110010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45FE8; }

 p { color: rgb(196,95,232); }

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

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

 a { background-color: rgb(196,95,232); }

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

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

 span { border-color: rgb(196,95,232); }

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