#C45FD8

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

Shades of Medium Orchid #C45FD8

Tints of Medium Orchid #C45FD8

Color information

#C45FD8 (or 0xC45FD8) is unknown color: approx Medium Orchid. HEX triplet: C4, 5F and D8. RGB value is (196,95,216). Sum of RGB (Red+Green+Blue) = 196+95+216=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #C45FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FD8 is #3BA027. Grayscale: #8A8A8A. Windows color (decimal): -3907624 or 14180292. OLE color: 14180292.

HSL color Cylindrical-coordinate representation of color #C45FD8: hue angle of 290.08º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45FD8 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19695216-
CMYK0.090.5600.15
HSL290.08º60.8%60.98%-
HSV(B)290.08º56.02%84.71%-
XYZ39.2524.8867.7-
YUV138.99171.46168.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 95 (37.5% from 255) = 18.74%
BLUE value IS 216 (84.77% from 255) = 42.60%
R=38.66%
G=18.74%
B=42.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal196952160.090.5600.15290.0860.860.98
HexC45FD89380F1223d3d
Octal30413733011700174427575
Binary11000100101111111011000100111100001111100100010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45FD8; }

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

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

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

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

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

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

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

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