#C45DDA

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

Shades of Medium Orchid #C45DDA

Tints of Medium Orchid #C45DDA

Color information

#C45DDA (or 0xC45DDA) is unknown color: approx Medium Orchid. HEX triplet: C4, 5D and DA. RGB value is (196,93,218). Sum of RGB (Red+Green+Blue) = 196+93+218=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #C45DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DDA is #3BA225. Grayscale: #898989. Windows color (decimal): -3908134 or 14310852. OLE color: 14310852.

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

Color convert

RGB19693218-
CMYK0.100.5700.15
HSL289.44º62.81%60.98%-
HSV(B)289.44º57.34%85.49%-
XYZ39.3324.6369.01-
YUV138.05173.12169.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 93 (36.72% from 255) = 18.34%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=38.66%
G=18.34%
B=43.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal196932180.100.5700.15289.4462.8160.98
HexC45DDAA390F1213f3d
Octal30413533212710174417775
Binary11000100101110111011010101011100101111100100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45DDA; }

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

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

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

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

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

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

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

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