#C45DCE

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

Shades of Medium Orchid #C45DCE

Tints of Medium Orchid #C45DCE

Color information

#C45DCE (or 0xC45DCE) is unknown color: approx Medium Orchid. HEX triplet: C4, 5D and CE. RGB value is (196,93,206). Sum of RGB (Red+Green+Blue) = 196+93+206=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #C45DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DCE is #3BA231. Grayscale: #888888. Windows color (decimal): -3908146 or 13524420. OLE color: 13524420.

HSL color Cylindrical-coordinate representation of color #C45DCE: hue angle of 294.69º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45DCE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19693206-
CMYK0.050.5500.19
HSL294.69º53.55%58.63%-
HSV(B)294.69º54.85%80.78%-
XYZ37.8224.0261.04-
YUV136.68167.12170.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=39.60%
G=18.79%
B=41.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196932060.050.5500.19294.6953.5558.63
HexC45DCE537013127363b
Octal3041353165670234476673
Binary11000100101110111001110101110111010011100100111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45DCE; }

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

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

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

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

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

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

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

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